SoulofSukuna commited on
Commit
7553dc8
·
verified ·
1 Parent(s): ee5d767

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -4,11 +4,11 @@ RUN ln -sf /usr/share/zoneinfo/Australia/Perth /etc/localtime
4
 
5
  RUN apt-get update
6
 
7
- COPY ./reqs.txt /vouch/reqs.txt
8
 
9
- RUN pip3 install --no-cache-dir -U -r /vouch/reqs.txt
10
 
11
- WORKDIR /vouch
12
 
13
  RUN pip3 install -U pip
14
 
@@ -21,4 +21,4 @@ RUN chmod 777 /usr
21
 
22
  EXPOSE 7860
23
 
24
- CMD ["bash", "-c", "python3 server.py & python3 code.py"]
 
4
 
5
  RUN apt-get update
6
 
7
+ COPY ./reqs.txt /banObot/reqs.txt
8
 
9
+ RUN pip3 install --no-cache-dir -U -r /banObot/reqs.txt
10
 
11
+ WORKDIR /banObot
12
 
13
  RUN pip3 install -U pip
14
 
 
21
 
22
  EXPOSE 7860
23
 
24
+ CMD ["bash", "-c", "python3 server.py & python3 code2.py"]