[#19] Small changes

This commit is contained in:
Jef Roosens 2021-04-12 23:03:15 +02:00
parent 552cf4bf7b
commit 3b5f1e9cf7
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
FROM chewingbever/fej-builder:latest
ENV RUST_BACKTRACE=1
ENV RUST_BACKTRACE 1
ENV ROCKET_LOG debug
ENTRYPOINT ["cargo"]
CMD ["run"]