feat: Add pins store
All checks were successful
Build Docker / Build Image (push) Successful in 22s

This commit is contained in:
2024-02-12 17:51:06 +11:00
parent aa21e9f203
commit 4a577349f5
41 changed files with 2001 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
COPY . /app
# Add mount point for data volume
# VOLUME /data
VOLUME /mnt
ENTRYPOINT ["python3"]
CMD ["main.py"]