diff --git a/config/queue.Dockerfile b/config/queue.Dockerfile index e63bc0e..6b323e1 100644 --- a/config/queue.Dockerfile +++ b/config/queue.Dockerfile @@ -41,4 +41,4 @@ RUN apt-get update && apt-get install -y \ COPY --from=builder /usr/local/bin/forge /usr/local/bin/forge # Set the entrypoint -ENTRYPOINT ["/usr/local/bin/queue"] +ENTRYPOINT ["/usr/local/bin/forge"]