Skip to content

Commit

Permalink
fix path to www root in entrypoint.sh (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilexe authored Jun 4, 2021
1 parent 6a2959f commit a678ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newclient/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ JSON_STRING='window.configs = { \
"VUE_APP_OPENSEA_API":"'"${VUE_APP_OPENSEA_API}"'", \
}'

sed -i "s@// CONFIGURATIONS_PLACEHOLDER@${JSON_STRING}@" /usr/share/nginx/html/index.html
sed -i "s@// CONFIGURATIONS_PLACEHOLDER@${JSON_STRING}@" /var/www/html/index.html
exec "$@"

0 comments on commit a678ca6

Please sign in to comment.