Fix dockerfile

This commit is contained in:
2025-12-27 21:07:53 +01:00
parent 378c5104a8
commit 1ce26419c0
2 changed files with 1 additions and 2 deletions

View File

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