Skip to content

Commit 6c757ec

Browse files
authored
Merge pull request #17 from SimplyEdit/fix/remove-unneeded-fix
Remove line that fixes JS includes
2 parents c784ab6 + 90fad45 commit 6c757ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN a2enmod --quiet rewrite ssl headers \
2424
&& chmod +x /entrypoint.sh \
2525
&& ln -s /var/www/html/simplycode/js/ /var/www/html/js \
2626
&& 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
27+
&& mkdir /var/www/html/data && echo '{}' > /var/www/html/data/data.json
2928

3029
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)