Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
fritterhoff committed Dec 21, 2023
1 parent 31c9626 commit effc708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.caddy
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM caddy:latest
COPY . /var/www/html/public
RUN 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 highlightjs && rm 11.9.0.zip
RUN 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/public/highlightjs && rm 11.9.0.zip

0 comments on commit effc708

Please sign in to comment.