mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 06:12:33 +03:00
fix: add migrations to build
This commit is contained in:
parent
242abb8645
commit
9d2703f35a
@ -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"]
|
Loading…
Reference in New Issue
Block a user