Add docker deploy

This commit is contained in:
Illya Marchenko 2024-11-04 20:14:10 +02:00
parent 950d6649b2
commit 896e91e61e
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

@ -14,7 +14,7 @@ RUN make
FROM scratch FROM scratch
COPY --from=builder /etc/ssl/certs/* /etc/ssl/certs COPY --from=builder /etc/ssl/* /etc/ssl/certs
COPY --from=builder /app/monobank-firefly3-bot /app COPY --from=builder /app/monobank-firefly3-bot /app
ENTRYPOINT ["/app"] ENTRYPOINT ["/app"]