⚰️ Update dead path (#1570)

This commit is contained in:
Manuel
2023-11-10 22:22:39 +01:00
committed by GitHub
parent 9d7a5abfd5
commit 786e6cae9b
2 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ RUN mv _node_modules node_modules
EXPOSE $PORT
ENV PORT=${PORT}
ENV DATABASE_URL "file:./database/db.sqlite"
ENV DATABASE_URL "file:/data/db.sqlite"
ENV NEXTAUTH_URL "http://localhost:3000"
ENV PORT 7575
ENV NEXTAUTH_SECRET NOT_IN_USE_BECAUSE_JWTS_ARE_UNUSED