Skip to content

Commit 7e85576

Browse files
committed
Update docker files
Update port number to 8080 instead
1 parent 1971ca4 commit 7e85576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Backend/user-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ RUN npm install
77

88
COPY . .
99

10-
EXPOSE 3002
10+
EXPOSE 8080
1111
CMD ["npm", "start"]

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
context: ./Backend/MatchingService
1919
dockerfile: Dockerfile
2020
ports:
21-
- "3003:3003"
21+
- "8080:8080"
2222

2323
frontend:
2424
build:

0 commit comments

Comments
 (0)