Refactor code structure and dependencies
This commit is contained in:
@@ -26,12 +26,6 @@ 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
|
||||
|
||||
# Start the application
|
||||
|
||||
CMD ["npm", "run", "start:dev"]
|
||||
Reference in New Issue
Block a user