Skip to content

Commit

Permalink
Fix up entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
benbooth493 authored and saibatizoku committed Oct 10, 2024
1 parent 6d11cdb commit fb32b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ package:
# COPY ./scripts/entry.sh .

# ENTRYPOINT ./entry.sh
ENTRYPOINT ./cat-gateway
ENTRYPOINT [ "./cat-gateway", "run" ]

# Publish cat-gateway
publish:
Expand Down

0 comments on commit fb32b9c

Please sign in to comment.