fix: try adding run to the deno command in the dockerfile

This commit is contained in:
Andy Burke 2025-07-24 13:22:14 -07:00
parent 6e23db8cc5
commit 1f8568feda
2 changed files with 2 additions and 2 deletions

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 --hostname 0.0.0.0 --root ${APP_ROOT}"]
CMD ["sh", "-c", "deno run --allow-env --allow-read --allow-write --allow-net @andyburke/serverus --hostname 0.0.0.0 --root ${APP_ROOT}"]

View file

@ -1,7 +1,7 @@
{
"name": "@andyburke/autonomous.contact",
"description": "An experiment.",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"exports": {},
"tasks": {