Revert "feat: docker image: busybox -> scratch"

This reverts commit 90ea60d698.
This commit is contained in:
Yanislav Igonin 2021-09-11 01:22:48 +03:00
parent 99a6113caa
commit 3e4f384c1b

View File

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