Bind publicly and load all configs

This commit is contained in:
2021-01-09 19:45:21 +01:00
parent 3100e2ed99
commit 1660ce8128

View File

@ -2,6 +2,6 @@ FROM klakegg/hugo:debian
EXPOSE 1313
COPY ./public /src
COPY . /src/
CMD ["server"]
CMD ["server", "--bind", "0.0.0.0"]