cicd: use config.json from docker folder
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user