mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
debug: docker image buidl
This commit is contained in:
parent
83c7c6c654
commit
a7dec7821d
@ -3,4 +3,5 @@ WORKDIR /app
|
|||||||
COPY templates/ templates/
|
COPY templates/ templates/
|
||||||
COPY micrach ./
|
COPY micrach ./
|
||||||
RUN chmod +x /app/micrach
|
RUN chmod +x /app/micrach
|
||||||
|
RUN ls
|
||||||
ENTRYPOINT ["/app/micrach"]
|
ENTRYPOINT ["/app/micrach"]
|
Loading…
Reference in New Issue
Block a user