We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c784ab6 + 90fad45 commit 6c757ecCopy full SHA for 6c757ec
Dockerfile
@@ -24,7 +24,6 @@ RUN a2enmod --quiet rewrite ssl headers \
24
&& chmod +x /entrypoint.sh \
25
&& ln -s /var/www/html/simplycode/js/ /var/www/html/js \
26
&& ln -s /var/www/www/api/data/generated.html /var/www/html/index.html \
27
- && mkdir /var/www/html/data && echo '{}' > /var/www/html/data/data.json \
28
- && sed --in-place --expression 's%src="/js/%src="js/%g' /var/www/html/simplycode/index.html
+ && mkdir /var/www/html/data && echo '{}' > /var/www/html/data/data.json
29
30
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments