fix dockerfile
This commit is contained in:
parent
a7d9a85efa
commit
7902e76586
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ RUN mkdir -p /var/log/mk-dl-bot
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY migrations ./migrations
|
COPY migrations ./migrations
|
||||||
|
COPY locales ./locales
|
||||||
COPY --from=builder /usr/src/app/target/release/mk-dl-bot .
|
COPY --from=builder /usr/src/app/target/release/mk-dl-bot .
|
||||||
|
|
||||||
ENTRYPOINT ["/app/mk-dl-bot"]
|
ENTRYPOINT ["/app/mk-dl-bot"]
|
||||||
Loading…
Add table
Reference in a new issue