Zhofang commited on
Commit
c59c97a
1 Parent(s): 1e9f280

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -8,8 +8,7 @@ RUN apt-get install -y nodejs npm
8
  RUN apt install python3 -y && apt install python3-pip -y
9
  RUN pip3 install flask --break-system-packages
10
  RUN git clone https://github.com/JohanChungus/Status
11
- RUN mv -v /Status/* /
12
  RUN cd Status && pip install -r requirements.txt && npm install koa-monitor --save && npm install
13
  COPY . .
14
  EXPOSE 7860
15
- CMD ["python3", "status.py"]
 
8
  RUN apt install python3 -y && apt install python3-pip -y
9
  RUN pip3 install flask --break-system-packages
10
  RUN git clone https://github.com/JohanChungus/Status
 
11
  RUN cd Status && pip install -r requirements.txt && npm install koa-monitor --save && npm install
12
  COPY . .
13
  EXPOSE 7860
14
+ CMD ["python3", "Status/status.py"]