fix-docker #1

Merged
chiko merged 12 commits from fix-docker into main 2025-10-21 00:52:32 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 66212229f5 - Show all commits

View File

@@ -47,5 +47,5 @@ COPY . ./
RUN touch /var/log/cron.log RUN touch /var/log/cron.log
# RUN chmod +x entrypoint.sh # RUN chmod +x entrypoint.sh
# ENTRYPOINT ["./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 CMD bun run ./src/app.ts --today && cron && tail -f /var/log/cron.log

View File

@@ -2,4 +2,4 @@ services:
app: app:
build: . build: .
volumes: volumes:
- ./data/db:./data/db - ./data/db:/opt/app/data/db

View File

@@ -1,2 +1,2 @@
apprise apprise
dotenv python-dotenv