This commit is contained in:
parent
d9cee01cbe
commit
185105336d
@ -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/
|
COPY . /src/
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash"]
|
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"]
|
||||||
|
Reference in New Issue
Block a user