Skip to content

Commit 47e377d

Browse files
committed
💚 fix: fix path of main.js
#17
1 parent 3bb8108 commit 47e377d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DockerFile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ RUN npx prisma generate
2020
RUN npm run build
2121

2222
# Start the server using the production build
23-
CMD [ "node", "dist/main.js" ]
23+
CMD [ "node", "dist/src/main.js" ]

0 commit comments

Comments
 (0)