diff --git a/Dockers/remote-node-container/entrypoint.sh b/Dockers/remote-node-container/entrypoint.sh index fedd7ae..e5e360b 100644 --- a/Dockers/remote-node-container/entrypoint.sh +++ b/Dockers/remote-node-container/entrypoint.sh @@ -55,7 +55,7 @@ cd /workspace yarn install # Copy the environment file to the repository's environments directory -if [ -f /environment/.dev.env ]; then +if [ -f /environment/.env ]; then mkdir -p /workspace/environments cp /environment/.env /workspace/.env else