Commit 0528b61e authored by Romain Loth's avatar Romain Loth

add tty option to main docker service

parent 160c1e6a
......@@ -19,6 +19,7 @@ RUN pip3 install --upgrade pip
# for comex2 itself ----------------------------------------------------------
# pull the comex server from repository...
RUN echo "updating git"
RUN git clone https://github.com/moma/comex2.git
# ...or copy it locally
......
......@@ -22,6 +22,8 @@
comex_test:
image: comex2_services:testing
build: ./comex2_services
# logs will show all that's printed to STDOUT with tty:true
tty: true
ports:
- "32790:9090"
links:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment