From 31c06b839d68bb585e1c7f0d2f8de87e589385be Mon Sep 17 00:00:00 2001 From: Thiago Martins e Martins <54513342+Thiago2436@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:57:44 -0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2007b40..74bc1e7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,5 +39,5 @@ stages: steps: - script: | docker pull thiagomartinsemartins/deskflora:latest - docker run -d -p porta_host:80 thiagomartinsemartins/deskflora:latest + docker run -d -p 8080:80 thiagomartinsemartins/deskflora:latest displayName: 'Implantar no servidor' \ No newline at end of file