Fix dockerfile
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user