Dockerfile from scratch
This commit is contained in:
@ -54,7 +54,7 @@ RUN trunk build --release
|
|||||||
########################
|
########################
|
||||||
### PRODUCTION STAGE ###
|
### PRODUCTION STAGE ###
|
||||||
########################
|
########################
|
||||||
FROM debian:stable-slim
|
FROM scratch
|
||||||
|
|
||||||
# Default logging level
|
# Default logging level
|
||||||
ENV RUST_LOG="info"
|
ENV RUST_LOG="info"
|
||||||
|
|||||||
Reference in New Issue
Block a user