bryan-stearns
commited on
Commit
•
7b750a0
1
Parent(s):
91d29dc
Tweaking permissions
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -15,6 +15,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
15 |
|
16 |
COPY . .
|
17 |
|
|
|
|
|
18 |
# Your Docker Space needs to listen on port 7860
|
19 |
EXPOSE 7860 7860
|
20 |
ENTRYPOINT ["streamlit", "run"]
|
|
|
15 |
|
16 |
COPY . .
|
17 |
|
18 |
+
RUN chmod 777 /code/*
|
19 |
+
|
20 |
# Your Docker Space needs to listen on port 7860
|
21 |
EXPOSE 7860 7860
|
22 |
ENTRYPOINT ["streamlit", "run"]
|