Skip to content

Commit

Permalink
fix: reply with media message
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidsonGomes committed Jun 10, 2024
1 parent 9502257 commit 8c6e1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8c6e1a5

Please sign in to comment.