Arts-of-coding
commited on
Commit
•
07c06b4
1
Parent(s):
d9b4272
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -56,8 +56,8 @@ COPY ./main.py main.py
|
|
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 |
|
|
|
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 |
|