Spaces:
Runtime error
Runtime error
update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN mkdir -p /app/flask_session && chmod 777 /app/flask_session
|
|
14 |
RUN pip install --no-cache-dir -r requirements.txt
|
15 |
|
16 |
# νμ¬ μ¬μ©μλ‘ μμ μ λ³κ²½
|
17 |
-
|
18 |
|
19 |
# Make port 7860 available to the world outside this container
|
20 |
EXPOSE 7860
|
|
|
14 |
RUN pip install --no-cache-dir -r requirements.txt
|
15 |
|
16 |
# νμ¬ μ¬μ©μλ‘ μμ μ λ³κ²½
|
17 |
+
chown -R $USER:$USER ./
|
18 |
|
19 |
# Make port 7860 available to the world outside this container
|
20 |
EXPOSE 7860
|