add dockerfile
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ RUN git clone https://gitlab.stines.de/sebastian.serfling/Reports-Visual.git .
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
EXPOSE 8501
|
||||
EXPOSE 80
|
||||
|
||||
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
||||
|
||||
ENTRYPOINT ["streamlit", "run", "pp.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
||||
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=80", "--server.address=0.0.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user