From 5f2ae45ee06839f99c8e83970d2ebd4301da8dd0 Mon Sep 17 00:00:00 2001 From: Andy Burke Date: Fri, 11 Jul 2025 20:05:07 -0700 Subject: [PATCH] fix: let's specify the hostname correctly --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c00f37..9ff7702 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}"]