We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23d59d commit 7fd825bCopy full SHA for 7fd825b
docker/docker-compose.ci.yml
@@ -9,7 +9,7 @@ services:
9
- FORCE_COLOR=1
10
volumes:
11
- npm_data:/data
12
- - ../.jenkins/config-mysql.json:/app/config/production.json
+ - ../.jenkins/config-mysql.json:/app/config/development.json
13
expose:
14
- 81
15
- 80
@@ -24,7 +24,7 @@ services:
24
25
26
27
- - ../.jenkins/config-sqlite.json:/app/config/production.json
+ - ../.jenkins/config-sqlite.json:/app/config/development.json
28
29
30
0 commit comments