Dockerfile from scratch

This commit is contained in:
2023-09-24 01:32:46 +02:00
parent 89cb0c475b
commit c6cc83018f

View File

@ -54,7 +54,7 @@ RUN trunk build --release
########################
### PRODUCTION STAGE ###
########################
FROM debian:stable-slim
FROM scratch
# Default logging level
ENV RUST_LOG="info"