Commit
·
c550c2a
1
Parent(s):
33d4f7f
small change
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,4 +9,4 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
|
|
9 |
COPY . /app
|
10 |
|
11 |
EXPOSE 7860
|
12 |
-
CMD streamlit run /app/app.py
|
|
|
9 |
COPY . /app
|
10 |
|
11 |
EXPOSE 7860
|
12 |
+
CMD ["streamlit", "run", "/app/app.py"]
|