initial commit

This commit is contained in:
2024-11-09 08:01:27 -08:00
parent 87d31059ad
commit 0e9b465413
42 changed files with 1403 additions and 37 deletions

5
Containerfile Normal file
View File

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