We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f99f8 commit 4370157Copy full SHA for 4370157
Dockerfile
@@ -4,6 +4,6 @@ USER root
4
5
COPY . /pycamp/telegram_bot
6
WORKDIR /pycamp/telegram_bot
7
-RUN pip3 install -U .
+RUN pip3 install -U -e .
8
9
CMD [ "python", "bin/run_bot.py" ]
0 commit comments