Skip to content

Commit

Permalink
port changed to 8081
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Jul 4, 2024
1 parent 727f5c2 commit edd754c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ COPY . .

RUN npm run build

EXPOSE 8080
EXPOSE 8081

CMD ["npm", "start"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
mango-server:
build: .
ports:
- "8081:8080"
- "8081:8081"
environment:
- DATABASE_URL=postgresql://root:password@db:5432/mango?schema=public
volumes:
Expand Down

0 comments on commit edd754c

Please sign in to comment.