micrach/Dockerfile

6 lines
117 B
Docker
Raw Normal View History

2021-09-11 01:16:37 +03:00
FROM scratch
2021-08-28 19:30:14 +03:00
WORKDIR /app
COPY templates/ templates/
COPY static/ static/
2021-08-28 19:30:14 +03:00
COPY micrach ./
2021-08-29 09:50:22 +03:00
ENTRYPOINT ["/app/micrach"]