Skip to content

Commit

Permalink
🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
HA authored and HA committed Jan 1, 2024
1 parent f5af8bc commit 0d45c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.8.13-slim-buster
WORKDIR /app
COPY requirements.txt ./requirements.txt
RUN pip install -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8501
COPY . /app
ENTRYPOINT ["streamlit", "run", "stock_viz.py", "--server.port=8501"]

0 comments on commit 0d45c4a

Please sign in to comment.