Zhofang commited on
Commit
67b914f
1 Parent(s): bfb6da1

Update Dockerfile

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