Skip to content

Commit

Permalink
Revert "Change api port from 8080 to 3000"
Browse files Browse the repository at this point in the history
This reverts commit 3536a27.
  • Loading branch information
maciejopalinski committed Apr 19, 2024
1 parent 5284bdb commit 627280a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ COPY ./competition.yaml /etc/sok/

ENV SOK_CONFIG=/etc/sok/competition.yaml

EXPOSE 3000
EXPOSE 8080

CMD npm start
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: '3.9'

services:
api:
restart: on-failure
Expand All @@ -7,7 +9,7 @@ services:
depends_on:
- postgres
ports:
- 3000:3000
- 8080:8080
volumes:
- ./:/app

Expand Down

0 comments on commit 627280a

Please sign in to comment.