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