Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -56,6 +56,8 @@ COPY ./main.py main.py
|
|
56 |
|
57 |
# Only when not using azure
|
58 |
#COPY /data/ ./azure/data/
|
|
|
|
|
59 |
|
60 |
RUN chmod +x ./mount-blobfuse.sh
|
61 |
|
|
|
56 |
|
57 |
# Only when not using azure
|
58 |
#COPY /data/ ./azure/data/
|
59 |
+
USER testuser
|
60 |
+
RUN chown -R testuser /app/azure
|
61 |
|
62 |
RUN chmod +x ./mount-blobfuse.sh
|
63 |
|