Update file .gitlab-ci.yml

This commit is contained in:
2025-11-14 07:54:01 +00:00
parent 6b78700c1b
commit 66e8ff9e42

View File

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