feat: updates api evolution for docker

This commit is contained in:
João Victor Souza
2024-12-27 10:40:04 -03:00
parent 1665654676
commit 2fb6318011
6 changed files with 45 additions and 20 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM node:20-alpine AS builder
RUN apk update && \
apk add git ffmpeg wget curl bash
apk add --no-cache git ffmpeg wget curl bash openssl
LABEL version="2.2.0" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"