Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Sep 30, 2024
1 parent 92b9039 commit 61cbc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update \
ENV PATH="${VENV_HOME}/bin:${PATH}"

COPY keel_telegram_bot keel_telegram_bot
COPY README.md README.md
COPY README.md keel_telegram_bot/README.md

RUN ${VENV_HOME}/bin/pip install .

Expand Down

0 comments on commit 61cbc08

Please sign in to comment.