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