add rustlog
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-04-04 22:34:00 +02:00
parent 6f813aa4e1
commit 448bfd1e56
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
kind: pipeline
name: default
type: docker
steps:
- name: docker

View File

@ -11,4 +11,6 @@ FROM debian:bullseye-slim
COPY --from=builder /app/builder/target/release/ /app/
WORKDIR /app/
ENV RUST_LOG info
CMD ["./twatch"]