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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +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 /Status /
12
  RUN cd Status && pip install -r requirements.txt && npm install koa-monitor --save && npm install
13
  COPY . .
14
  EXPOSE 7860
 
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