Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xenatisch committed Sep 7, 2022
1 parent 0b0b94e commit 86685f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
volumes:
- ./src:/app/src
- ./public:/app/public
- ./package.json:/app/package.json

ports:
- 3001:3000
Expand All @@ -16,11 +17,11 @@ services:

environment:
CI: 'true'
NODE_ENV: 'development'

working_dir: /app

command: yarn run start
entrypoint: ["yarn", "start"]

stdin_open: true

tty: true

0 comments on commit 86685f9

Please sign in to comment.