Skip to content
Snippets Groups Projects
Commit 7a6b513d authored by Benedikt's avatar Benedikt
Browse files

fixed docker and requirenements

parent addc00c1
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,5 @@ RUN pip install -r requirements.txt #--proxy=webproxy.bs.ptb.de:8080 --no-cache-
COPY . .
EXPOSE 5003
#CMD [ "python3", "./DCCTableTool.py" ]
CMD [ "bokeh","serve", "./src","--port","5003","--allow-websocket-origin","*" ]
\ No newline at end of file
#CMD ["ls","./src"]
CMD [ "bokeh","serve","--show", "./src/","--port","5003","--allow-websocket-origin","*" ]
\ No newline at end of file
bokeh~=3.3.0
bokeh~=3.0.3
pytest~=7.4.2
pytest-cov~=4.1.0
-e git+https://pipPull:BMzhUMQZThk-wLy6KDvs@gitlab1.ptb.de/digitaldynamicmeasurement/dcc_XMLJSONConv.git@release#egg=dcc-XMLJSONConv
#-e git+https://pipPull:BMzhUMQZThk-wLy6KDvs@gitlab1.ptb.de/digitaldynamicmeasurement/dcc_XMLJSONConv.git@release#egg=dcc_XMLJSONConv
-e git+https://pipPull:eVJmNgPKyXCjxgEqDquL@gitlab1.ptb.de/digitaldynamicmeasurement/py-dsi-vectors-and-tables.git@release#egg=dsiVectorsAndTables
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment