diff --git a/Dockerfile b/Dockerfile index 048aa2a..5312eff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM scratch +FROM alpine:latest COPY target/x86_64-unknown-linux-musl/release/vade /app/vade EXPOSE 8080 WORKDIR app