fix: maybe we can't write outside the deno PWD
This commit is contained in:
parent
5f2ae45ee0
commit
6d6272480d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ COPY README.md /app
|
||||||
|
|
||||||
RUN deno install
|
RUN deno install
|
||||||
|
|
||||||
ENV FSDB_ROOT=/.fsdb
|
ENV FSDB_ROOT=/app/.fsdb
|
||||||
ENV TRACE_ERROR_RESPONSES=true
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue