Commit 41048df9 authored by nanamicat's avatar nanamicat

ci

parent e5eb99e2
Pipeline #42001 passed with stages
in 39 seconds
......@@ -14,5 +14,5 @@ RUN cargo build --release
FROM alpine:3.23
WORKDIR app
COPY --from=builder /app/target/release/railgun-routing-server /usr/local/bin
ENTRYPOINT ["/usr/local/bin/railgun-routing-server"]
\ No newline at end of file
COPY --from=builder /app/target/release/railgun-routing-client /usr/local/bin
ENTRYPOINT ["/usr/local/bin/railgun-routing-client"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment