issue # gitlab-ci test
This commit is contained in:
@@ -35,7 +35,7 @@ build: # This job runs in the build stage, which runs first.
|
||||
- echo $DOCKER_COMPOSE_VOLUME
|
||||
- rm -rf node_modules .yarn/install-state.gz
|
||||
- yarn install
|
||||
- yarn build
|
||||
- yarn build --webpack
|
||||
- sudo cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/back/dist
|
||||
- sudo cp $PWD/package.json $DOCKER_VOLUME/scheduler/back/dist
|
||||
- docker compose -f $DOCKER_COMPOSE_VOLUME/scheduler/docker-compose.yaml up -d back
|
||||
|
||||
Reference in New Issue
Block a user