diff --git a/Dockerfile b/Dockerfile index 574f51d..898ced1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM klakegg/hugo:latest +FROM klakegg/hugo:alpine -RUN apk add --no-cache curl git python3 +RUN apk add --no-cache curl git -EXPOSE 8000 +EXPOSE 1313 COPY . /src/ ENTRYPOINT ["/bin/bash"] -CMD ["-c", "hugo && python3 -m http.server --bind 0.0.0.0 --directory public 8000"] +CMD ["-c", "hugo server --appendPort='false' --bind 0.0.0.0 --baseUrl='https://beta.lumbung.space' --port='1313' -F"]