mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-04-19 11:20:33 +03:00
feat: docker image: busybox -> scratch
This commit is contained in:
parent
8990de565b
commit
90ea60d698
@ -1,7 +1,6 @@
|
|||||||
FROM busybox
|
FROM scratch
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY templates/ templates/
|
COPY templates/ templates/
|
||||||
COPY static/ static/
|
COPY static/ static/
|
||||||
COPY micrach ./
|
COPY micrach ./
|
||||||
RUN chmod +x /app/micrach
|
|
||||||
ENTRYPOINT ["/app/micrach"]
|
ENTRYPOINT ["/app/micrach"]
|
Loading…
Reference in New Issue
Block a user