diff --git a/Dockerfile b/Dockerfile index e50fa7f..0316408 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ -FROM busybox +FROM scratch WORKDIR /app COPY templates/ templates/ COPY static/ static/ COPY micrach ./ -RUN chmod +x /app/micrach ENTRYPOINT ["/app/micrach"] \ No newline at end of file