From 113bc143c5a27d28e3f563942e8fdaf6f7cac2e9 Mon Sep 17 00:00:00 2001 From: Andy Burke Date: Thu, 24 Jul 2025 13:25:33 -0700 Subject: [PATCH] fix: set the workdir? --- Dockerfile | 2 ++ deno.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 397ba54..34e526b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,6 @@ ENV TRACE_ERROR_RESPONSES=true ENV SERVERUS_TYPESCRIPT_IMPORT_LOGGING=true ENV APP_ROOT=/app/public +WORKDIR /app + CMD ["sh", "-c", "deno run --allow-env --allow-read --allow-write --allow-net @andyburke/serverus --hostname 0.0.0.0 --root ${APP_ROOT}"] diff --git a/deno.json b/deno.json index 7caeb31..caaedfa 100644 --- a/deno.json +++ b/deno.json @@ -1,7 +1,7 @@ { "name": "@andyburke/autonomous.contact", "description": "An experiment.", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "exports": {}, "tasks": {