Skip to content
Snippets Groups Projects
Commit 4db6ff59 authored by Siegfried Albrecht's avatar Siegfried Albrecht
Browse files

changed host address of app to localhost and port to 19191

parent 2c72d6b7
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ def update_streams_over_time_output(value):
return streaming_hist_over_time_fig
if __name__ == '__main__':
app.run(debug=True, host='192.168.0.109', port=8050)
app.run(debug=True, port=19191)
......
FROM python:3.11.5-alpine3.18
FROM python:3.11.5-slim
MAINTAINER Siegfried Albrecht <sial@mail.upb.de>
WORKDIR /usr/src/app
RUN apk update
RUN apk add git
RUN apt update
RUN apt install git -y
RUN apt install -y\
python3 python3-dev gcc \
gfortran musl-dev
RUN git clone https://git.cs.uni-paderborn.de/sial/prioss-assignment.git .
run pwd
run ls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment