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