From dcd94366b40e91123bf7211fa6357806fdf24dfc Mon Sep 17 00:00:00 2001 From: dennis Date: Wed, 10 Feb 2021 21:18:13 +0100 Subject: [PATCH] 'dockerfile' updaten --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 0b64536..050cf55 100644 --- a/dockerfile +++ b/dockerfile @@ -5,4 +5,4 @@ WORKDIR /code/ RUN pip install -r /code/requirements.txt -CMD ["python","src/api.py"] \ No newline at end of file +CMD ["python","src/app.py"] \ No newline at end of file