fix: migrations

This commit is contained in:
Davidson Gomes
2024-08-15 13:13:08 -03:00
parent 285a950c67
commit 975f41d58e
7 changed files with 153 additions and 107 deletions
+3 -1
View File
@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
RUN apk update && \
apk add git ffmpeg wget curl bash
LABEL version="2.0.9-rc" description="Api to control whatsapp features through http requests."
LABEL version="2.0.9" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@agenciadgcode.com"
@@ -18,6 +18,7 @@ COPY ./public ./public
COPY ./prisma ./prisma
COPY ./manager ./manager
COPY ./.env.example ./.env
COPY ./runWithProvider.js ./
COPY ./Docker ./Docker
@@ -47,6 +48,7 @@ COPY --from=builder /evolution/manager ./manager
COPY --from=builder /evolution/public ./public
COPY --from=builder /evolution/.env ./.env
COPY --from=builder /evolution/Docker ./Docker
COPY --from=builder /evolution/runWithProvider.js ./runWithProvider.js
ENV DOCKER_ENV=true