Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dotFionn committed Sep 25, 2023
1 parent 067bf11 commit 0e93c04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
dockerfile: ./Dockerfile
args:
- NODE_ENV=development
target: build
command: npm run dev
ports:
- '3030:3000/tcp'
- '9229:9229/tcp'
Expand All @@ -31,6 +33,8 @@ services:
dockerfile: ./Dockerfile
args:
- NODE_ENV=development
target: build
command: npm run dev
ports:
- '9230:9229/tcp'
volumes:
Expand Down

0 comments on commit 0e93c04

Please sign in to comment.