From 1bed3a260ccfaba723a53ece78234cf9599c6f48 Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Mon, 30 Sep 2019 02:22:34 +1000 Subject: Correct the Dockerfile path for azure. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') 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' -- cgit v1.2.3