Skip to content

Commit a8a357c

Browse files
author
Irving Popovetsky
committed
include manage.py in container
1 parent 54d357a commit a8a357c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WORKDIR /app
2222
RUN pip install --no-cache-dir poetry
2323

2424
# Copy dependency files
25-
COPY pyproject.toml poetry.lock README.md logging.yml ./
25+
COPY pyproject.toml poetry.lock README.md logging.yml manage.py ./
2626
COPY pybot ./pybot
2727

2828
# Install dependencies into .venv in project

0 commit comments

Comments
 (0)