forked from toolshed/coopcloud.tech
Bind publicly and load all configs
This commit is contained in:
parent
3100e2ed99
commit
1660ce8128
@ -2,6 +2,6 @@ FROM klakegg/hugo:debian
|
|||||||
|
|
||||||
EXPOSE 1313
|
EXPOSE 1313
|
||||||
|
|
||||||
COPY ./public /src
|
COPY . /src/
|
||||||
|
|
||||||
CMD ["server"]
|
CMD ["server", "--bind", "0.0.0.0"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user