Skip to content

Commit 4370157

Browse files
committed
Fix dockerfile
1 parent d9f99f8 commit 4370157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ USER root
44

55
COPY . /pycamp/telegram_bot
66
WORKDIR /pycamp/telegram_bot
7-
RUN pip3 install -U .
7+
RUN pip3 install -U -e .
88

99
CMD [ "python", "bin/run_bot.py" ]

0 commit comments

Comments
 (0)