mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 21:33:06 +01:00
Fix build path
This commit is contained in:
@@ -3,4 +3,4 @@ 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 ondemand-service /
|
COPY --from=build /src/ondemand-service /
|
||||||
Reference in New Issue
Block a user