From d369639fd2c028eaee235e6114058e7cd20f81f6 Mon Sep 17 00:00:00 2001 From: Dillon Lareau Date: Fri, 1 Jan 2021 14:24:34 -0500 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]