Skip to content

Commit

Permalink
Merge pull request #1 from phoenixlan/fix/phoenixjs/name
Browse files Browse the repository at this point in the history
Fixed outdated phoenixjs name
  • Loading branch information
simsine authored Mar 19, 2023
2 parents fd699ad + 88bf220 commit f0d71cf
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 f0d71cf

Please sign in to comment.