Skip to content

Commit

Permalink
remove references to DOCKER_IMAGE_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Sep 15, 2015
1 parent b1f8e25 commit 821c8eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions api/bin/web
@@ -1,14 +1,7 @@
#!/bin/sh

pull_image() {
image=$1
echo "ns=kernel at=boot pull=$image"
docker pull $image >/dev/null 2>&1 &
}

pull_image $DOCKER_IMAGE_BUILD

./bin/gen-cert

haproxy -f /etc/haproxy/haproxy.cfg &

if [ "$DEVELOPMENT" == "true" ]; then
Expand Down
1 change: 0 additions & 1 deletion api/docker-compose.yml
Expand Up @@ -9,7 +9,6 @@ web:
- CLUSTER
- CUSTOM_TOPIC
- DOCKER_IMAGE_API=api/web
- DOCKER_IMAGE_BUILD
- DYNAMO_BUILDS
- DYNAMO_RELEASES
- ENCRYPTION_KEY
Expand Down

0 comments on commit 821c8eb

Please sign in to comment.