diff --git a/Dockerfile b/Dockerfile index fe5799d..8d529c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]