From 88bf220e4d247376919306ff09a75ccdd2e3e111 Mon Sep 17 00:00:00 2001 From: Simen Date: Sun, 19 Mar 2023 12:57:04 +0100 Subject: [PATCH] Fixed outdated phoenixjs name --- phoenix-development/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phoenix-development/docker-compose.yml b/phoenix-development/docker-compose.yml index 7584cc7..032adef 100644 --- a/phoenix-development/docker-compose.yml +++ b/phoenix-development/docker-compose.yml @@ -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" @@ -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"