mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 20:18:40 -06:00
fix: reply with media message
This commit is contained in:
+1
-1
@@ -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