imseldrith commited on
Commit
561c55e
·
verified ·
1 Parent(s): ccce2f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -8,8 +8,10 @@ WORKDIR $APP_HOME
8
  COPY . ./
9
 
10
  ENV GOOGLE_APPLICATION_CREDENTIALS "./token.json"
 
11
  RUN chmod u+w static/uploaded_videos/ \
12
- && chown -R user:user static/uploaded_videos/
 
13
  RUN apt-get update && apt-get install -y \
14
  libglib2.0-0 \
15
  libsm6 \
 
8
  COPY . ./
9
 
10
  ENV GOOGLE_APPLICATION_CREDENTIALS "./token.json"
11
+
12
  RUN chmod u+w static/uploaded_videos/ \
13
+ && chown -R 1000:1000 static/uploaded_videos/
14
+
15
  RUN apt-get update && apt-get install -y \
16
  libglib2.0-0 \
17
  libsm6 \