mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
Revert "feat: docker image: busybox -> scratch"
This reverts commit 90ea60d698
.
This commit is contained in:
parent
99a6113caa
commit
3e4f384c1b
@ -1,6 +1,7 @@
|
|||||||
FROM scratch
|
FROM busybox
|
||||||
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