Enable logging in container image
This commit is contained in:
parent
acb2d1991c
commit
78eea37b94
1 changed files with 2 additions and 0 deletions
|
@ -69,4 +69,6 @@ EXPOSE 8180
|
|||
# Use an unprivileged user.
|
||||
USER website:website
|
||||
|
||||
ENV RUST_LOG="debug"
|
||||
|
||||
CMD ["./website"]
|
Loading…
Reference in a new issue