mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-23 03:58:50 -06:00
fix: reply with media message
This commit is contained in:
@@ -30,7 +30,7 @@ RUN npm run build
|
||||
FROM node:20-alpine AS final
|
||||
|
||||
RUN apk update && \
|
||||
apk add tzdata ffmpeg
|
||||
apk add tzdata ffmpeg bash
|
||||
|
||||
ENV TZ=America/Sao_Paulo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user