This commit is contained in:
@@ -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"]
|
Reference in New Issue
Block a user