feat: Add initial code
All checks were successful
Build Docker / BuildImage (push) Successful in 54s

This commit is contained in:
2024-10-04 20:43:58 +10:00
parent 8508e5fbd7
commit 039a24bc64
8 changed files with 529 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
COPY . /app
# Optionally mount /data to store the data
# VOLUME /data
VOLUME /data
ENTRYPOINT ["python3"]
CMD ["main.py"]