feat: Add better formatting and style
All checks were successful
Build Docker / BuildImage (push) Successful in 36s

This commit is contained in:
2025-05-26 12:39:40 +10:00
parent 109922bb05
commit cfc1900291
3 changed files with 165 additions and 51 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"]