diff --git a/Dockerfile b/Dockerfile index 7cfe1ee..9a24f0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,4 @@ COPY ./app /code/app RUN python3.11 -m pip install --upgrade pip RUN echo Y | python3.11 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt -CMD ["python", "main.py"] \ No newline at end of file +CMD ["python", "test.py"] \ No newline at end of file