From d7348d47ff32a5bc52df98bee95f5234c65fae24 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 21 Aug 2025 11:40:34 -0400 Subject: [PATCH] build: merge changes from branch fix/no-ref/deno-security into mobile-hotfix branch and close pr #61 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12ad673..087b3e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ ENV ORIGIN=http://localhost:3000 RUN deno cache --import-map=import_map.json ./build/index.js EXPOSE 3000 -CMD [ "deno", "run", "--allow-env", "--allow-read", "--allow-net", "--allow-sys", "--import-map=import_map.json", "./build/index.js" ] +CMD [ "deno", "run", "--allow-env", "--allow-read", "--allow-net=0.0.0.0:3000", "--allow-sys=homedir", "--import-map=import_map.json", "./build/index.js" ]