File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export API_BUILD_CONTEXT="https://${GH_TOKEN}@${API_REPO_URL}#${API_REF}"
17
17
export BACKEND_BUILD_CONTEXT=" https://${GH_TOKEN} @${BACKEND_REPO_URL} #${BACKEND_REF} "
18
18
19
19
# Create temporary container to copy nginx config
20
+ # This is done because CircleCi doesn't play well with nginx like that.
20
21
docker volume create project_nginx_conf
21
22
docker container create --name nginx_tmp -v project_nginx_conf:/etc/nginx/conf.d alpine
22
23
docker cp nginx/default.conf nginx_tmp:/etc/nginx/conf.d/
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- docker-compose --profile core -f docker-compose.local.yaml up --build -d
2
+ docker-compose --profile core -f docker-compose.local.yaml up --build
You can’t perform that action at this time.
0 commit comments