Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ RUN id
|
|
22 |
|
23 |
RUN mkdir -p /.cache && \
|
24 |
chmod -R 777 /.cache /root/.local && \
|
25 |
-
chown -R 1000:0 /root/.local
|
26 |
|
27 |
# Expose the port the app runs on
|
28 |
EXPOSE 7860
|
|
|
22 |
|
23 |
RUN mkdir -p /.cache && \
|
24 |
chmod -R 777 /.cache /root/.local && \
|
25 |
+
chown -R 1000:0 /root/.local
|
26 |
|
27 |
# Expose the port the app runs on
|
28 |
EXPOSE 7860
|