diff options
-rw-r--r-- | azure-pipelines.yml | 2 |
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' |