Spaces:
Running
Running
imseldrith
commited on
Update Dockerfile
Browse files- 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
|
|
|
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 \
|