diff --git a/Dockerfile b/Dockerfile index 9aa2a9a..b758cd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD [ "python", "src/test.py" ] \ No newline at end of file +CMD [ "python", "src/CoreFun.py" ] \ No newline at end of file