Merge branch 'main' into docker

This commit is contained in:
Thiago BF
2025-07-04 14:21:02 -03:00
committed by GitHub
106 changed files with 9405 additions and 10006 deletions

View File

@@ -1,11 +1,11 @@
FROM node:20-alpine AS base
RUN apk update && \
apk add git ffmpeg wget curl bash openssl
apk add --no-cache git ffmpeg wget curl bash openssl
LABEL version="2.2.3" description="Api to control whatsapp features through http requests."
LABEL version="2.3.0" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@atendai.com"
LABEL contact="contato@evolution-api.com"
WORKDIR /evolution