Skip to content

Commit

Permalink
[fix] (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubasaoura authored and tsubasaoura committed Mar 4, 2023
1 parent cb55052 commit 2ac78be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,10 @@ services:
- '6006:6006'
volumes:
- ./view:/app/next-project
<<<<<<< HEAD
command: 'npm run dev'
environment:
SSR_API_URI: 'http://go:1323/api'
CSR_API_URI: 'http://localhost:1323'
=======
command: sh -c 'npm run dev & npm run storybook'
>>>>>>> develop
depends_on:
- go
tty: true

0 comments on commit 2ac78be

Please sign in to comment.