fix: copying .env and set default values for docker img

This commit is contained in:
Manuel
2023-09-03 17:02:50 +02:00
parent 1958b70dee
commit 35db402376
3 changed files with 8 additions and 3 deletions

View File

@@ -24,6 +24,8 @@ RUN yarn global add prisma
# Expose the default application port
EXPOSE 7575
ENV DATABASE_URL "file:../database/db.sqlite"
ENV NEXTAUTH_URL "http://localhost:3000"
ENV PORT 7575
ENV NEXTAUTH_SECRET NOT_IN_USE_BECAUSE_JWTS_ARE_UNUSED