Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyjay committed Nov 24, 2023
1 parent 0823b74 commit 696ece0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/mokeyjay/pixiv-widget-image:main

COPY . /var/www/html
COPY docker/config.php /var/www/html/config.php
COPY docker/nginx-site.conf /etc/nginx/conf.d/default.conf
COPY docker/start.sh /root/start.sh
COPY .docker/config.php /var/www/html/config.php
COPY .docker/nginx-site.conf /etc/nginx/conf.d/default.conf
COPY .docker/start.sh /root/start.sh

COPY docker/crontab /etc/cron.d/pixiv-cron-job
COPY .docker/crontab /etc/cron.d/pixiv-cron-job
RUN chmod 0644 /etc/cron.d/pixiv-cron-job && \
crontab /etc/cron.d/pixiv-cron-job

Expand Down

0 comments on commit 696ece0

Please sign in to comment.