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

This commit is contained in:
2025-01-30 16:22:58 +11:00
parent a51d2e89c4
commit 15bf3f0b01
15 changed files with 441 additions and 12 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 /app/data
ENTRYPOINT ["python3"]
CMD ["main.py"]