Revert " Ready to clone and code."

This reverts commit e4f251f138.
This commit is contained in:
2024-11-09 09:05:53 -08:00
parent e4f251f138
commit 43ff10817d
17 changed files with 55 additions and 54 deletions

View File

@@ -2,4 +2,4 @@ FROM python:3.7-slim
COPY . /app
WORKDIR /app
RUN pip install .
CMD ["python"]
CMD ["project_name"]