Skip to content

Commit

Permalink
Add missing celeryconfig in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizordec authored Jan 14, 2023
1 parent 01a56c2 commit 88fa9e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ COPY --from=build-stage /vk-to-tgm/.venv/ $VIRTUAL_ENV
RUN mkdir logs/

COPY app/ ./app
COPY app/celeryconfig.py.example ./app/celeryconfig.py
COPY locale/ ./locale
COPY vtt-cli.sh functions.sh ./

0 comments on commit 88fa9e9

Please sign in to comment.