Skip to content

Commit 6305b11

Browse files
committed
Updated dockerfiles for new folder structure
1 parent 1a1055b commit 6305b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY data/data.csv ./data/
1111

1212
EXPOSE 5000
1313

14-
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
14+
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "src.app:app"]

config/Dockerfile.streamlit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ COPY src/ ./src/
1010

1111
EXPOSE 8501
1212

13-
CMD ["streamlit", "run", "streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
13+
CMD ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]

0 commit comments

Comments
 (0)