mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22: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
|
||||
COPY templates/ templates/
|
||||
COPY static/ static/
|
||||
COPY micrach ./
|
||||
RUN chmod +x /app/micrach
|
||||
ENTRYPOINT ["/app/micrach"]
|
Loading…
Reference in New Issue
Block a user