EEEEE
This commit is contained in:
parent
cb6a5bbf33
commit
f3385f6a04
@ -15,6 +15,6 @@ WORKDIR /app
|
||||
COPY --from=builder /app/whatsapp-sender .
|
||||
COPY --from=builder /app/public ./public
|
||||
|
||||
EXPOSE 8080
|
||||
EXPOSE 3002
|
||||
|
||||
CMD ["./whatsapp-sender"]
|
||||
@ -4,7 +4,7 @@ services:
|
||||
whatsapp-sender:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "3002:3002"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./public:/app/public
|
||||
|
||||
Loading…
Reference in New Issue
Block a user