fix dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2020-03-29 13:35:19 +02:00
parent 0dbe372777
commit cef93181fd
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
2 changed files with 2 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"]