Skip to content

Commit 5213360

Browse files
committed
Expoes ports in docker file
1 parent b896233 commit 5213360

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

code_execution/Dockerfile.prod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ WORKDIR /usr/src/app
1313
COPY package*.json ./
1414
RUN npm ci --only=production
1515
COPY --from=builder /app/dist ./dist
16+
EXPOSE 8090
1617

1718
# Command to run the application
1819
CMD ["npm", "run", "serve"]

matching_service/Dockerfile.prod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ WORKDIR /usr/src/app
1313
COPY package*.json ./
1414
RUN npm ci --only=production
1515
COPY --from=builder /app/dist ./dist
16+
EXPOSE 8082
1617

1718
# Command to run the application
1819
CMD ["npm", "run", "serve"]

0 commit comments

Comments
 (0)