Zhofang commited on
Commit
cb7ca8d
1 Parent(s): 523c068

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.9
2
  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-get install -y nodejs npm
7
  RUN apt install python3 -y && apt install python3-pip -y
 
1
  FROM python:3.9
2
  RUN chmod 777 -R /root
3
+ WORKDIR /
4
+ RUN chmod 777 -R /
5
  RUN apt update -y && apt upgrade -y
6
  RUN apt-get install -y nodejs npm
7
  RUN apt install python3 -y && apt install python3-pip -y