We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5320cf5 commit 3e5235bCopy full SHA for 3e5235b
Dockerfile
@@ -23,7 +23,7 @@ COPY docker/docker-entrypoint.sh /usr/local/bin/
23
COPY docker/phplist-crontab /etc/cron.d/
24
COPY docker/docker-phplist-config-live.php /etc/phplist/
25
26
-COPY ./phplist-$VERSION /var/www/phpList3
+COPY phplist-$VERSION /var/www/phpList3
27
28
RUN rm -f /etc/apache2/sites-enabled/000-default.conf && \
29
cd /var/www/ && find . -type d -name .git -print0 | xargs -0 rm -rf && \
0 commit comments