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/whatsapp-sender .
|
||||||
COPY --from=builder /app/public ./public
|
COPY --from=builder /app/public ./public
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 3002
|
||||||
|
|
||||||
CMD ["./whatsapp-sender"]
|
CMD ["./whatsapp-sender"]
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user