fix: set the workdir?
This commit is contained in:
parent
1f8568feda
commit
113bc143c5
2 changed files with 3 additions and 1 deletions
|
@ -19,4 +19,6 @@ ENV TRACE_ERROR_RESPONSES=true
|
||||||
ENV SERVERUS_TYPESCRIPT_IMPORT_LOGGING=true
|
ENV SERVERUS_TYPESCRIPT_IMPORT_LOGGING=true
|
||||||
ENV APP_ROOT=/app/public
|
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}"]
|
CMD ["sh", "-c", "deno run --allow-env --allow-read --allow-write --allow-net @andyburke/serverus --hostname 0.0.0.0 --root ${APP_ROOT}"]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@andyburke/autonomous.contact",
|
"name": "@andyburke/autonomous.contact",
|
||||||
"description": "An experiment.",
|
"description": "An experiment.",
|
||||||
"version": "0.4.2",
|
"version": "0.4.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": {},
|
"exports": {},
|
||||||
"tasks": {
|
"tasks": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue