Zhofang commited on
Commit
12567f4
1 Parent(s): 05fdce1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,7 +8,8 @@ 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 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"]
 
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 /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"]