This commit is contained in:
cangui 2025-05-06 18:42:56 +02:00
parent cb6a5bbf33
commit f3385f6a04
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@ WORKDIR /app
COPY --from=builder /app/whatsapp-sender . COPY --from=builder /app/whatsapp-sender .
COPY --from=builder /app/public ./public COPY --from=builder /app/public ./public
EXPOSE 8080 EXPOSE 3002
CMD ["./whatsapp-sender"] CMD ["./whatsapp-sender"]

View File

@ -4,7 +4,7 @@ services:
whatsapp-sender: whatsapp-sender:
build: . build: .
ports: ports:
- "8080:8080" - "3002:3002"
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./public:/app/public - ./public:/app/public