Use development config file in CI
This commit is contained in:
parent
b23d59dec7
commit
7fd825b76b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue