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: