aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-04-30 16:05:37 +0200
committerGravatar Christopher Baklid <[email protected]>2018-04-30 16:05:37 +0200
commitdf0fcb5a83c22c4914437060bbe395b5724ef9ad (patch)
tree5ff16c97470282b29b2a6adce367df6c29171736 /scripts
parentCritical fix: python parsing broken with previous merge. This should fix it, ... (diff)
restructure docker files
Diffstat (limited to 'scripts')
-rw-r--r--scripts/deploy.sh2
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