Ready to clone and code.

This commit is contained in:
simon
2024-11-09 16:23:02 +00:00
committed by github-actions[bot]
parent 7dcf36df6d
commit e4f251f138
17 changed files with 54 additions and 55 deletions

View File

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