Skip to content
Snippets Groups Projects
Commit 33d9530a authored by Timm Lehmberg's avatar Timm Lehmberg
Browse files

added docker-compose.yml

parent 522769d6
Branches
No related tags found
No related merge requests found
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment