diff --git a/Dockerfile b/Dockerfile index 42b67be..dff613b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,5 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 8080 # Run app.py when the container launches -CMD ["python3", "sched.py"] +CMD ["python3", "schedule_script.py"] diff --git a/sched.py b/schedule_script.py similarity index 100% rename from sched.py rename to schedule_script.py