imseldrith commited on
Commit
8a6c13a
1 Parent(s): e8233fc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,7 +8,8 @@ WORKDIR $APP_HOME
8
  COPY . ./
9
 
10
  ENV GOOGLE_APPLICATION_CREDENTIALS "./token.json"
11
-
 
12
  RUN apt-get update && apt-get install -y \
13
  libglib2.0-0 \
14
  libsm6 \
 
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 \