diff --git a/Dockerfile b/Dockerfile index 2c4d0d1..dfe7a1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ COPY requirements.txt /requirements.txt RUN pip install -r requirements.txt -COPY deployment.py /deployment.py +COPY test.py /test.py -CMD ["python", "/deployment.py"] \ No newline at end of file +CMD ["python", "/test.py"] \ No newline at end of file