From c3741fac077c9492a129b83a28e33fb8d08e49bd Mon Sep 17 00:00:00 2001 From: Bernhard Hensler <89590092+bhr-private@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:19:36 +0200 Subject: [PATCH] Update main_bhrpetstorepetservice.yml --- .github/workflows/main_bhrpetstorepetservice.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main_bhrpetstorepetservice.yml b/.github/workflows/main_bhrpetstorepetservice.yml index 20b95b7..e7a3465 100644 --- a/.github/workflows/main_bhrpetstorepetservice.yml +++ b/.github/workflows/main_bhrpetstorepetservice.yml @@ -1,6 +1,11 @@ # Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy # More GitHub Actions for Azure: https://github.com/Azure/actions +### EDIT DOCKERFILE TO MATCH PATHS FOR POM.XML & /SRC +### COPY petstore/petstorepetservice/pom.xml . +### COPY petstore/petstorepetservice/src ./src +### THIS FILE : file: ./petstore/petstorepetservice/Dockerfile + name: Build and deploy container app to Azure Web App - bhrpetstorepetservice on: