fix: maybe we can't write outside the deno PWD

This commit is contained in:
Andy Burke 2025-07-11 20:09:09 -07:00
parent 5f2ae45ee0
commit 6d6272480d

View file

@ -14,7 +14,7 @@ COPY README.md /app
RUN deno install
ENV FSDB_ROOT=/.fsdb
ENV FSDB_ROOT=/app/.fsdb
ENV TRACE_ERROR_RESPONSES=true
ENV SERVERUS_TYPESCRIPT_IMPORT_LOGGING=true
ENV APP_ROOT=/app/public