npm install for node container
Build and Push Docker Images / build-and-push (push) Successful in 22s

This commit is contained in:
Bram Kelchtermans
2024-09-11 11:05:13 +02:00
parent 74c0749a2e
commit fb908f9d50
+1 -1
View File
@@ -85,7 +85,7 @@ fi
cd /workspace cd /workspace
# Install dependencies # Install dependencies
yarn install npm install
# Copy the environment file to the repository's environments directory # Copy the environment file to the repository's environments directory
if [ -f /environment/.env ]; then if [ -f /environment/.env ]; then