fixed python dependency and Dockerfile Volume Bind
This commit is contained in:
@@ -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
|
||||
@@ -2,4 +2,4 @@ services:
|
||||
app:
|
||||
build: .
|
||||
volumes:
|
||||
- ./data/db:./data/db
|
||||
- ./data/db:/opt/app/data/db
|
||||
@@ -1,2 +1,2 @@
|
||||
apprise
|
||||
dotenv
|
||||
python-dotenv
|
||||
Reference in New Issue
Block a user