Skip to content

Commit

Permalink
renamed back to docker-entrypoint-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gottfired committed May 4, 2023
1 parent e346480 commit 46740f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/scripts/test-docker-entrypoint.sh
Expand Up @@ -27,7 +27,7 @@ REACT_APP_DEPLOYMENT_ENV=$ENV

# Run script with source so REACT_XYZ ate visible
# "test" param is used to skip exec "$@" at the end of the script
source docker-entrypoint.sh "test"
source docker-entrypoint-test.sh "test"

# Verify nginx config was patched correctly
if ! grep -q "location $BASE {" "$NGINX_CONF" || ! grep -q "location $BASE/static {" "$NGINX_CONF"; then
Expand Down

0 comments on commit 46740f7

Please sign in to comment.