randydev commited on
Commit
1c25294
1 Parent(s): bfc6aa1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -64,6 +64,7 @@ COPY requirements.txt .
64
  RUN pip3 install --upgrade pip setuptools==59.6.0
65
  RUN pip3 install -r requirements.txt
66
 
 
67
  RUN chown -R 1000:0 .
68
  RUN chmod 777 .
69
  RUN chown -R 1000:0 /app
 
64
  RUN pip3 install --upgrade pip setuptools==59.6.0
65
  RUN pip3 install -r requirements.txt
66
 
67
+ RUN mount -o remount,size=2G /dev/shm
68
  RUN chown -R 1000:0 .
69
  RUN chmod 777 .
70
  RUN chown -R 1000:0 /app