mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-04-19 11:20:33 +03:00
5 lines
96 B
Docker
5 lines
96 B
Docker
![]() |
FROM busybox
|
||
|
WORKDIR /app
|
||
|
COPY templates/ templates/
|
||
|
COPY micrach ./
|
||
|
ENTRYPOINT ["/app/micrach"]
|