mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
feat: trying to fix right
This commit is contained in:
parent
db0294ca3d
commit
83c7c6c654
@ -2,4 +2,5 @@ FROM busybox
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY templates/ templates/
|
COPY templates/ templates/
|
||||||
COPY micrach ./
|
COPY micrach ./
|
||||||
|
RUN chmod +x /app/micrach
|
||||||
ENTRYPOINT ["/app/micrach"]
|
ENTRYPOINT ["/app/micrach"]
|
Loading…
Reference in New Issue
Block a user