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 c7861e8 commit 58fd26dCopy full SHA for 58fd26d
Dockerfile
@@ -8,13 +8,13 @@ COPY requirements.txt /home/requirements.txt
8
RUN pip3 install -r requirements.txt
9
10
ENV HOME /home
11
-
12
COPY dbot.py /home/dbot.py
13
14
STOPSIGNAL SIGTERM
15
16
WORKDIR /home
17
+COPY requirements.txt /home/requirements.txt
+RUN pip3 install -r requirements.txt
+
18
ENTRYPOINT ["python3"]
19
20
CMD ["dbot.py", "${TOKEN}"]
0 commit comments