communicator interface done
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-29 16:26:16 +02:00
parent 1b95e08285
commit e6f4bbdcfe
2 changed files with 36 additions and 2 deletions

View File

@ -6,4 +6,4 @@ COPY . ./
RUN pip3 install --no-cache-dir -r requirements.txt
CMD ["python3" "app.py"]
CMD ["python3", "app.py"]