Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago2436 committed Oct 31, 2023
1 parent 8366374 commit 21cde68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stages:
steps:
- script: |
echo "parando container"
docker stop $(docker ps -q --filter "ancestor=thiagomartinsemartins/deskflora")
docker stop $(docker ps -q --filter "ancestor=thiagomartinsemartins/deskflora" --filter "publish=8080:80")
echo "Pulling the new image from Docker Hub..."
docker pull thiagomartinsemartins/deskflora:$(tag)
echo "Starting the new container..."
Expand Down

0 comments on commit 21cde68

Please sign in to comment.