Skip to content

Commit 7fd825b

Browse files
committed
Use development config file in CI
1 parent b23d59d commit 7fd825b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/docker-compose.ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- FORCE_COLOR=1
1010
volumes:
1111
- npm_data:/data
12-
- ../.jenkins/config-mysql.json:/app/config/production.json
12+
- ../.jenkins/config-mysql.json:/app/config/development.json
1313
expose:
1414
- 81
1515
- 80
@@ -24,7 +24,7 @@ services:
2424
- FORCE_COLOR=1
2525
volumes:
2626
- npm_data:/data
27-
- ../.jenkins/config-sqlite.json:/app/config/production.json
27+
- ../.jenkins/config-sqlite.json:/app/config/development.json
2828
expose:
2929
- 81
3030
- 80

0 commit comments

Comments
 (0)