Update file .gitlab-ci.yml

This commit is contained in:
2025-11-14 07:54:49 +00:00
parent 66e8ff9e42
commit c48cd72597

View File

@@ -34,7 +34,7 @@ build: # This job runs in the build stage, which runs first.
script:
- echo "Compiling the code..."
- echo $DOCKER_VOLUME
- choe $DOCKER_COMPOSE_VOLUME
- echo $DOCKER_COMPOSE_VOLUME
- npm install
- npm run build
- sudo cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/back/dist