diff --git a/Dockerfile b/Dockerfile index af962ac..0f57291 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ COPY --from=builder /etc/ssl /etc/ssl EXPOSE 8080 -ENTRYPOINT ["image-proxy"] \ No newline at end of file +ENTRYPOINT ["/usr/bin/image-proxy"] \ No newline at end of file