mirror of
https://github.com/yanislav-igonin/micrach
synced 2026-01-15 15:37:02 +03:00
5 lines
96 B
Docker
5 lines
96 B
Docker
|
|
FROM busybox
|
||
|
|
WORKDIR /app
|
||
|
|
COPY templates/ templates/
|
||
|
|
COPY micrach ./
|
||
|
|
ENTRYPOINT ["/app/micrach"]
|