Skip to content

Commit

Permalink
Set cat-gateway as the container entrypoint (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbooth493 authored Oct 11, 2024
1 parent ff6859e commit c77bdcd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions catalyst-gateway/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,9 @@ all-hosts-build:
# package-cat-gateway : Create a deployable container for catalyst-gateway
package:
FROM debian:12.7-slim

WORKDIR /cat-gateway

# RUN apk add gcc bash

COPY +build/cat-gateway .
COPY ./scripts/entry.sh .

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

# Publish cat-gateway
publish:
Expand Down

0 comments on commit c77bdcd

Please sign in to comment.