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

added docker file

parent 4ac69b13
No related branches found
No related tags found
No related merge requests found
FROM python:3
WORKDIR /usr/src/app
ENV GIT_SSL_NO_VERIFY=1
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt #--proxy=webproxy.bs.ptb.de:8080 --no-cache-dir
COPY . .
EXPOSE 5003
#CMD [ "python3", "./DCCTableTool.py" ]
CMD [ "bokeh","serve", "./src","--port","5003","--allow-websocket-origin","*" ]
\ No newline at end of file
bokeh~=3.3.0
pytest~=7.4.2
pytest-cov~=4.1.0
-e git+https://gitlab1.ptb.de/digitaldynamicmeasurement/py-dsi-vectors-and-tables.git@release#egg=dsiVectorsAndTables
-e git+https://gitlab1.ptb.de/digitaldynamicmeasurement/dcc_XMLJSONConv#egg=dcc_XMLJSONConverter
\ No newline at end of file
-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