diff --git a/Dockers/remote-node-container/entrypoint.sh b/Dockers/remote-node-container/entrypoint.sh index d7320e4..855437b 100644 --- a/Dockers/remote-node-container/entrypoint.sh +++ b/Dockers/remote-node-container/entrypoint.sh @@ -85,7 +85,7 @@ fi cd /workspace # Install dependencies -yarn install +npm install # Copy the environment file to the repository's environments directory if [ -f /environment/.env ]; then