diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000000000000000000000000000000000000..702ba820b724351b32567e48e205df5dbf768618 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,13 @@ +version: '3' +services: + endpoint: + image: python:latest + ports: 17116:5000 +# build: +# context: . + command: > + bash -c "mkdir fcs && + git clone https://oauth:pQRaETArtVorMpJdVRM3@gitlab.rrz.uni-hamburg.de/timarkh/fcs-clarin-endpoint-hamburg.git fcs/ && + pip install -r fcs/requirements.txt && + cd fcs && + python3 main.py"