remove git submodule update from Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5c290085aa
commit
55e6111518
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user