This commit is contained in:
2025-12-27 21:03:20 +01:00
parent 29e2f254dd
commit c667deff8b
33 changed files with 701 additions and 100 deletions

View File

@ -10,7 +10,8 @@ RUN npm install
# Copy the rest of the code
COPY . .
RUN npx prisma generate
RUN npx prisma generate &&
npx prisma db seed
# Expose the dev port
EXPOSE 3000