Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 58fd26d

Browse filesBrowse files
author
bradmorg
committed
fixed dockerfile
1 parent c7861e8 commit 58fd26d
Copy full SHA for 58fd26d

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎Dockerfile

Copy file name to clipboardExpand all lines: Dockerfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ COPY requirements.txt /home/requirements.txt
88
RUN pip3 install -r requirements.txt
99

1010
ENV HOME /home
11-
1211
COPY dbot.py /home/dbot.py
13-
1412
STOPSIGNAL SIGTERM
15-
1613
WORKDIR /home
1714

15+
COPY requirements.txt /home/requirements.txt
16+
RUN pip3 install -r requirements.txt
17+
1818
ENTRYPOINT ["python3"]
1919

2020
CMD ["dbot.py", "${TOKEN}"]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.