mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 06:28:21 +01:00
Added executable entrypoint
This commit is contained in:
@@ -3,4 +3,5 @@ WORKDIR /src
|
|||||||
COPY . .
|
COPY . .
|
||||||
RUN go build -o ondemand-service .
|
RUN go build -o ondemand-service .
|
||||||
FROM scratch AS bin
|
FROM scratch AS bin
|
||||||
COPY --from=build /src/ondemand-service /
|
COPY --from=build /src/ondemand-service /
|
||||||
|
ENTRYPOINT [ "/ondemand-service" ]
|
||||||
Reference in New Issue
Block a user