Zhofang commited on
Commit
7db1d73
1 Parent(s): 304db3e

Update Dockerfile

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