Skip to content

Commit 7dc41f3

Browse files
chore:fix port
1 parent 15c66e4 commit 7dc41f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ COPY . .
1717
RUN npx prisma generate
1818

1919
# Your app binds to port 3000 so you'll use the EXPOSE instruction
20-
EXPOSE 3000
20+
EXPOSE 5000
2121

2222
CMD [ "npx", "ts-node", "src/server.ts" ]

0 commit comments

Comments
 (0)