remove git submodule update from Dockerfile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2021-07-02 19:29:01 +05:00
parent 5c290085aa
commit 55e6111518
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ EXPOSE 8000
COPY . /src/
RUN git submodule update --init --recursive
ENTRYPOINT ["/bin/bash"]
CMD ["-c", "hugo && python3 -m http.server --bind 0.0.0.0 --directory public 8000"]