Skip to content

Commit

Permalink
Fixed outdated phoenixjs name
Browse files Browse the repository at this point in the history
  • Loading branch information
simsine committed Mar 19, 2023
1 parent fd699ad commit 88bf220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phoenix-development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ services:
entrypoint:
- bash
- "-c"
- "cd ../phoenixjs-1.0 && yarn link && cd ../phoenix && yarn link @phoenixlan/phoenix.js && yarn && yarn start"
- "cd ../phoenixjs && yarn link && cd ../phoenix && yarn link @phoenixlan/phoenix.js && yarn && yarn start"
volumes:
- ../../phoenixparticipate-v1:/srv/phoenix
- ../../phoenixjs-1.0:/srv/phoenixjs-1.0
- ../../phoenixjs:/srv/phoenixjs
logging:
options:
max-size: "1g"
Expand Down Expand Up @@ -84,10 +84,10 @@ services:
entrypoint:
- bash
- "-c"
- "cd ../phoenixjs-1.0 && yarn link && cd ../phoenix && yarn link @phoenixlan/phoenix.js && yarn && yarn start"
- "cd ../phoenixjs && yarn link && cd ../phoenix && yarn link @phoenixlan/phoenix.js && yarn && yarn start"
volumes:
- ../../phoenixcrew-v1:/srv/phoenix
- ../../phoenixjs-1.0:/srv/phoenixjs-1.0
- ../../phoenixjs:/srv/phoenixjs
logging:
options:
max-size: "1g"
Expand Down

0 comments on commit 88bf220

Please sign in to comment.