Skip to content

Commit

Permalink
change route nginx html pour docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Jul 5, 2024
1 parent 8466fb7 commit 469756c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rm -rf /usr/share/nginx/html/
cp -rf /usr/share/nginx/html.orig/ /usr/share/nginx/html/
sed -i \
"s#ITEM_PLACEHOLDER_VITE_API_URL#${ITEM_FRONT_API_BASEURL}#g" \
/usr/share/nginx/html/js/*
/usr/share/nginx/html/assets/*


# execute nginx (cf CMD dans Dockerfile)
Expand Down

0 comments on commit 469756c

Please sign in to comment.