Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -35,7 +35,7 @@ ENV PORT=7860
|
|
| 35 |
ENV ORIGINS=*
|
| 36 |
ENV TF_ENABLE_ONEDNN_OPTS=0
|
| 37 |
|
| 38 |
-
RUN chown user:user -R
|
| 39 |
# Switch to the "user" user
|
| 40 |
USER user
|
| 41 |
# Set home to the user's home directory
|
|
|
|
| 35 |
ENV ORIGINS=*
|
| 36 |
ENV TF_ENABLE_ONEDNN_OPTS=0
|
| 37 |
|
| 38 |
+
RUN chown user:user -R .
|
| 39 |
# Switch to the "user" user
|
| 40 |
USER user
|
| 41 |
# Set home to the user's home directory
|