Refactor code structure and dependencies
This commit is contained in:
@@ -26,6 +26,9 @@ COPY --from=node_modules /app/node_modules ./node_modules
|
||||
# Expose the port
|
||||
EXPOSE 3000
|
||||
|
||||
|
||||
# run migrations
|
||||
RUN npm run prisma:migrate
|
||||
# generate prisma client
|
||||
RUN npm run prisma:generate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user