diff --git a/Dockerfile b/Dockerfile index 99c4cdd..e7295b7 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 --hostname 0.0.0.0 --root ${APP_ROOT}"] +CMD ["sh", "-c", "deno --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 e17b4c7..5643dce 100644 --- a/deno.json +++ b/deno.json @@ -1,7 +1,7 @@ { "name": "@andyburke/autonomous.contact", "description": "An experiment.", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "exports": {}, "tasks": {