fixed python dependency and Dockerfile Volume Bind

This commit is contained in:
2025-10-20 23:48:31 +02:00
parent 3167bd7976
commit 66212229f5
3 changed files with 3 additions and 3 deletions

View File

@@ -47,5 +47,5 @@ COPY . ./
RUN touch /var/log/cron.log
# RUN chmod +x entrypoint.sh
# ENTRYPOINT ["./entrypoint.sh"]
VOLUME ["/opt/app/data/db"]
VOLUME /opt/app/data/db
CMD bun run ./src/app.ts --today && cron && tail -f /var/log/cron.log