Skip to content

Commit

Permalink
Merge pull request #17 from SimplyEdit/fix/remove-unneeded-fix
Browse files Browse the repository at this point in the history
Remove line that fixes JS includes
  • Loading branch information
Potherca authored Jul 17, 2024
2 parents c784ab6 + 90fad45 commit 6c757ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ RUN a2enmod --quiet rewrite ssl headers \
&& chmod +x /entrypoint.sh \
&& ln -s /var/www/html/simplycode/js/ /var/www/html/js \
&& ln -s /var/www/www/api/data/generated.html /var/www/html/index.html \
&& mkdir /var/www/html/data && echo '{}' > /var/www/html/data/data.json \
&& 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

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 6c757ec

Please sign in to comment.