feat: docker image: busybox -> scratch

This commit is contained in:
Yanislav Igonin 2021-09-11 01:16:37 +03:00
parent 8990de565b
commit 90ea60d698

View File

@ -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"]