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