cicd: use config.json from docker folder
This commit is contained in:
parent
72983551de
commit
119ae66795
@ -24,7 +24,7 @@ build:
|
||||
before_script:
|
||||
- npm ci --cache .npm --prefer-offline --only=production
|
||||
script:
|
||||
- cp config.sample.json config.json
|
||||
- cp docker/config.json config.json
|
||||
- npm run build
|
||||
artifacts:
|
||||
when: on_success
|
||||
|
Loading…
Reference in New Issue
Block a user