diff options
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 0da886fe2..d982bcbcf 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/bot:latest . +    docker build -t pythondiscord/bot:latest -f docker/Dockerfile .      echo "Pushing image"      docker push pythondiscord/bot:latest | 
