Ready to clone and code.

This commit is contained in:
simon
2024-11-11 14:12:40 +00:00
committed by github-actions[bot]
parent e0913490c3
commit a01f457da3
18 changed files with 52 additions and 53 deletions

View File

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