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