Bind publicly and load all configs

This commit is contained in:
Luke Murphy 2021-01-09 19:45:21 +01:00
parent 3100e2ed99
commit 1660ce8128
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

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"]