Skip to content
Snippets Groups Projects
Commit a8e4d76a authored by Henrik tom Woerden's avatar Henrik tom Woerden
Browse files

Merge branch 'test_debug_mode' into 'dev'

server in debug mode

See merge request bmp-caosdb/caosdb-pyinttest!6
parents 4a2bfa6d 8c055964
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
COPY . /git
RUN rm -r /git/.git && mv /git/.docker/pycaosdb.ini /git
WORKDIR /git
CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- tox
CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- tox
......@@ -20,6 +20,8 @@ services:
# - "from_outside:from_inside"
- "10443:10443"
- "10080:10080"
environment:
DEBUG: 1
networks:
caosnet:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment