From 89675103ce0f44e516f60aef05aa15acf4a3b3e6 Mon Sep 17 00:00:00 2001 From: jrcleber Date: Wed, 10 Jul 2024 13:27:49 -0300 Subject: [PATCH] Dockerfile --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index db34c764..34fa3e09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,9 +29,10 @@ FROM base AS production WORKDIR /codechat -LABEL API_VERSION="develop" -LABEL MANTAINER="https://github.com/code-chat-br" -LABEL REPOSITORY="https://github.com/code-chat-br/whatsapp-api" +LABEL com.api.version="1.3.2" +LABEL com.api.mantainer="https://github.com/code-chat-br" +LABEL com.api.repository="https://github.com/code-chat-br/whatsapp-api" +LABEL com.api.issues="https://github.com/code-chat-br/whatsapp-api/issues" # Copiando arquivos construídos do estágio builder COPY --from=builder /codechat/dist ./dist