This commit is contained in:
parent
6f813aa4e1
commit
448bfd1e56
@ -1,5 +1,6 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
|
@ -11,4 +11,6 @@ FROM debian:bullseye-slim
|
||||
COPY --from=builder /app/builder/target/release/ /app/
|
||||
WORKDIR /app/
|
||||
|
||||
ENV RUST_LOG info
|
||||
|
||||
CMD ["./twatch"]
|
Loading…
Reference in New Issue
Block a user