mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
feat: add static folder to docker image
This commit is contained in:
parent
3fd7f1c3fb
commit
32216118a7
@ -1,6 +1,7 @@
|
|||||||
FROM busybox
|
FROM busybox
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY templates/ templates/
|
COPY templates/ templates/
|
||||||
|
COPY static/ static/
|
||||||
COPY micrach ./
|
COPY micrach ./
|
||||||
RUN chmod +x /app/micrach
|
RUN chmod +x /app/micrach
|
||||||
ENTRYPOINT ["/app/micrach"]
|
ENTRYPOINT ["/app/micrach"]
|
Loading…
Reference in New Issue
Block a user