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 99999ea commit 9502257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-alpine AS builder

RUN apk update && \
apk add git bash --no-cache
apk add git ffmpeg wget curl bash

LABEL version="2.0.0" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN npm run build
FROM node:20-alpine AS final

RUN apk update && \
apk add tzdata ffmpeg --no-cache
apk add tzdata ffmpeg

ENV TZ=America/Sao_Paulo

Expand Down

0 comments on commit 9502257

Please sign in to comment.