Compare commits
3 Commits
fd266ae24b
...
818bd586bd
Author | SHA1 | Date | |
---|---|---|---|
818bd586bd | |||
943af8a03c | |||
76080994ea |
|
@ -18,5 +18,5 @@ ENV RUSTC_BOOTSTRAP=1
|
||||||
RUN cargo auditable build --release
|
RUN cargo auditable build --release
|
||||||
|
|
||||||
FROM gcr.io/distroless/cc-debian12:nonroot AS runtime
|
FROM gcr.io/distroless/cc-debian12:nonroot AS runtime
|
||||||
COPY --from=builder /app/target/release/tunnel_rs /tunnel_rs
|
COPY --from=builder /app/target/release/siranga /siranga
|
||||||
CMD ["/tunnel_rs"]
|
CMD ["/siranga"]
|
||||||
|
|
|
@ -40,7 +40,7 @@ By appending `-- --help` you can view the available command line options.
|
||||||
|
|
||||||
### Tip
|
### Tip
|
||||||
|
|
||||||
To make connecting slightly easier I recommend adding the following to `~/.ssh/config`.
|
To make connecting slightly easier I recommend adding the following to `~/.ssh/config`:
|
||||||
|
|
||||||
```
|
```
|
||||||
Host tunnel
|
Host tunnel
|
||||||
|
|
Loading…
Reference in New Issue
Block a user