diff options
author | 2019-09-30 02:22:34 +1000 | |
---|---|---|
committer | 2019-09-30 02:22:34 +1000 | |
commit | 1bed3a260ccfaba723a53ece78234cf9599c6f48 (patch) | |
tree | ba3910abc11ef46684374d9032b8e698d9d74500 /azure-pipelines.yml | |
parent | Merge pull request #265 from python-discord/new-managepy (diff) |
Correct the Dockerfile path for azure.
Diffstat (limited to 'azure-pipelines.yml')
-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' |