Skip to content

Commit

Permalink
fix php docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
fritterhoff committed Dec 21, 2023
1 parent 7e31a6f commit 3b75668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
&& mv composer.phar /usr/local/bin/composer \
&& composer install --no-cache \
&& rm composer_install.sh Dockerfile.caddy Dockerfile.php \
&& wget https://github.com/highlightjs/cdn-release/archive/refs/tags/11.9.0.zip && \
&& wget https://github.com/highlightjs/cdn-release/archive/refs/tags/11.9.0.zip \
&& unzip 11.9.0.zip && mv cdn-release-11.9.0/build /var/www/html/highlightjs && rm 11.9.0.zip

0 comments on commit 3b75668

Please sign in to comment.