We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c66e4 commit 7dc41f3Copy full SHA for 7dc41f3
Dockerfile
@@ -17,6 +17,6 @@ COPY . .
17
RUN npx prisma generate
18
19
# Your app binds to port 3000 so you'll use the EXPOSE instruction
20
-EXPOSE 3000
+EXPOSE 5000
21
22
CMD [ "npx", "ts-node", "src/server.ts" ]
0 commit comments