diff --git a/Dockerfile b/Dockerfile index 4b0f192..db20801 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN make FROM scratch -COPY --from=builder /etc/ssl/cert /etc/ssl/certs +COPY --from=builder /etc/ssl/certs /etc/ssl/certs COPY --from=builder /app/monobank-firefly3-bot /app ENTRYPOINT ["/app"] \ No newline at end of file