Zhofang commited on
Commit
4eb30dd
1 Parent(s): cce0abc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ RUN chmod 777 -R /root
3
  WORKDIR /app
4
  RUN chmod 777 -R /app
5
  RUN apt update -y && apt upgrade -y
6
- RUN apt install nodejs
7
  RUN apt install python3 -y && apt install python3-pip -y
8
  RUN pip3 install flask --break-system-packages
9
  RUN npm i gritty
 
3
  WORKDIR /app
4
  RUN chmod 777 -R /app
5
  RUN apt update -y && apt upgrade -y
6
+ RUN apt install nodejs -y
7
  RUN apt install python3 -y && apt install python3-pip -y
8
  RUN pip3 install flask --break-system-packages
9
  RUN npm i gritty