Skip to content

Commit 70e614b

Browse files
committed
update dockerfile command
1 parent 0b95894 commit 70e614b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.8-slim-bookworm as requirements-stage
1+
FROM python:3.11.8-slim-bookworm AS requirements-stage
22

33
WORKDIR /tmp
44

@@ -21,4 +21,4 @@ COPY . .
2121
# Install dependencies
2222
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
2323

24-
CMD ["python", "main.py"]
24+
CMD ["python", "-m", "streamlit", "run", "apps/99_streamlit_examples/main.py"]

0 commit comments

Comments
 (0)