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