Use development config file in CI

This commit is contained in:
Jamie Curnow 2020-08-06 10:59:25 +10:00
parent b23d59dec7
commit 7fd825b76b

View File

@ -9,7 +9,7 @@ services:
- FORCE_COLOR=1 - FORCE_COLOR=1
volumes: volumes:
- npm_data:/data - npm_data:/data
- ../.jenkins/config-mysql.json:/app/config/production.json - ../.jenkins/config-mysql.json:/app/config/development.json
expose: expose:
- 81 - 81
- 80 - 80
@ -24,7 +24,7 @@ services:
- FORCE_COLOR=1 - FORCE_COLOR=1
volumes: volumes:
- npm_data:/data - npm_data:/data
- ../.jenkins/config-sqlite.json:/app/config/production.json - ../.jenkins/config-sqlite.json:/app/config/development.json
expose: expose:
- 81 - 81
- 80 - 80