Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
navin772 authored Sep 2, 2023
1 parent a005adc commit 07a28cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fin_dashboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.10-slim
COPY . /app
COPY /fin_dashboard /app
WORKDIR /app
EXPOSE 8501
RUN pip install -r requirements.txt
ENTRYPOINT ["streamlit", "run"]
CMD ["main.py"]
CMD ["main.py"]

0 comments on commit 07a28cc

Please sign in to comment.