Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jrCleber committed Jul 10, 2024
1 parent fa03b21 commit 8967510
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8967510

Please sign in to comment.