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