fix: let's specify the hostname correctly

This commit is contained in:
Andy Burke 2025-07-11 20:05:07 -07:00
parent fc1e293481
commit 5f2ae45ee0

View file

@ -19,4 +19,4 @@ ENV TRACE_ERROR_RESPONSES=true
ENV SERVERUS_TYPESCRIPT_IMPORT_LOGGING=true
ENV APP_ROOT=/app/public
CMD ["sh", "-c", "deno --allow-env --allow-read --allow-write --allow-net jsr:@andyburke/serverus --host 0.0.0.0 --root ${APP_ROOT}"]
CMD ["sh", "-c", "deno --allow-env --allow-read --allow-write --allow-net jsr:@andyburke/serverus --hostname 0.0.0.0 --root ${APP_ROOT}"]