diff options
author | 2018-04-30 16:16:32 +0200 | |
---|---|---|
committer | 2018-04-30 16:16:32 +0200 | |
commit | a796d3d76fc1c12bb85659197add8b8805bbf9ba (patch) | |
tree | 7a5cf12adf85ee5e1b8fb3f1063407fadd921568 /scripts | |
parent | [Wiki] Add Minecraft to the sidebar (diff) |
restructure docker
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 9bdff580..96723aa6 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -6,7 +6,7 @@ if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin echo "Building image" - docker build -t pythondiscord/site:latest . + docker build -t pythondiscord/site:latest -f docker/Dockerfile . echo "Pushing image" docker push pythondiscord/site:latest |