Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,4 +13,4 @@ COPY . .
|
|
13 |
RUN chmod -R 755 /app
|
14 |
|
15 |
# Run the app
|
16 |
-
CMD ["streamlit", "run", "app
|
|
|
13 |
RUN chmod -R 755 /app
|
14 |
|
15 |
# Run the app
|
16 |
+
CMD ["streamlit", "run", "app.py"]
|