We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb8108 commit 47e377dCopy full SHA for 47e377d
DockerFile
@@ -20,4 +20,4 @@ RUN npx prisma generate
20
RUN npm run build
21
22
# Start the server using the production build
23
-CMD [ "node", "dist/main.js" ]
+CMD [ "node", "dist/src/main.js" ]
0 commit comments