Skip to content

Commit

Permalink
Fix queue entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Nov 18, 2024
1 parent 28cb94b commit 866ab4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/queue.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 866ab4e

Please sign in to comment.