Skip to content

Commit 3e5235b

Browse files
committed
check path
1 parent 5320cf5 commit 3e5235b

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 ./phplist-$VERSION /var/www/phpList3
26+
COPY phplist-$VERSION /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)