From 9d2703f35a4a7b505c9756602b71a0f8e4cf3478 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Thu, 18 Nov 2021 00:26:28 +0200 Subject: [PATCH] fix: add migrations to build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e50fa7f..df9618d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM busybox WORKDIR /app COPY templates/ templates/ COPY static/ static/ +COPY migrations/ migrations/ COPY micrach ./ RUN chmod +x /app/micrach ENTRYPOINT ["/app/micrach"] \ No newline at end of file