Skip to content

Commit 2f2a45f

Browse files
committed
up should be attached
1 parent e9e2eab commit 2f2a45f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/build_github.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export API_BUILD_CONTEXT="https://${GH_TOKEN}@${API_REPO_URL}#${API_REF}"
1717
export BACKEND_BUILD_CONTEXT="https://${GH_TOKEN}@${BACKEND_REPO_URL}#${BACKEND_REF}"
1818

1919
# Create temporary container to copy nginx config
20+
# This is done because CircleCi doesn't play well with nginx like that.
2021
docker volume create project_nginx_conf
2122
docker container create --name nginx_tmp -v project_nginx_conf:/etc/nginx/conf.d alpine
2223
docker cp nginx/default.conf nginx_tmp:/etc/nginx/conf.d/

bin/up_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/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

0 commit comments

Comments
 (0)