This commit is contained in:
Dillon Lareau 2021-01-01 14:24:34 -05:00
parent 6c06284f6e
commit d369639fd2

View File

@ -6,4 +6,4 @@ WORKDIR /app
COPY . ./ COPY . ./
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
CMD ["python", "the_presige.py"] CMD ["python", "the_prestige.py"]