diff --git a/Dockerfile b/Dockerfile index 2f0de7d..75d8a22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ WORKDIR /app COPY . ./ RUN pip install -r requirements.txt -CMD ["python", "the_presige.py"] +CMD ["python", "the_prestige.py"]