fix: listen on all hostnames in the docker container
This commit is contained in:
parent
bc373f7367
commit
fc1e293481
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ ENV TRACE_ERROR_RESPONSES=true
|
||||||
ENV SERVERUS_TYPESCRIPT_IMPORT_LOGGING=true
|
ENV SERVERUS_TYPESCRIPT_IMPORT_LOGGING=true
|
||||||
ENV APP_ROOT=/app/public
|
ENV APP_ROOT=/app/public
|
||||||
|
|
||||||
CMD ["sh", "-c", "deno --allow-env --allow-read --allow-write --allow-net jsr:@andyburke/serverus --root ${APP_ROOT}"]
|
CMD ["sh", "-c", "deno --allow-env --allow-read --allow-write --allow-net jsr:@andyburke/serverus --host 0.0.0.0 --root ${APP_ROOT}"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue