Skip to content

Commit 67d1539

Browse files
committed
fix path
1 parent f10ebf1 commit 67d1539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY docker/docker-entrypoint.sh /usr/local/bin/
2323
COPY docker/phplist-crontab /etc/cron.d/
2424
COPY docker/docker-phplist-config-live.php /etc/phplist/
2525

26-
COPY phplist3/ /var/www/phpList3
26+
COPY ./ /var/www/phpList3
2727

2828
RUN rm -f /etc/apache2/sites-enabled/000-default.conf && \
2929
cd /var/www/ && find . -type d -name .git -print0 | xargs -0 rm -rf && \

0 commit comments

Comments
 (0)