aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f5ca7f78..0331e67f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -75,6 +75,6 @@ jobs:
containerRegistry: 'DockerHub'
repository: 'pythondiscord/site'
command: 'buildAndPush'
- Dockerfile: 'docker/app/Dockerfile'
+ Dockerfile: 'docker/Dockerfile'
buildContext: '.'
tags: 'latest'