Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gottfired committed May 4, 2023
1 parent ffe5b31 commit d46724c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/scripts/test-docker-entrypoint.sh
Expand Up @@ -22,7 +22,7 @@ REACT_APP_BASE_NAME=$BASE
REACT_APP_API_BASE_URL=$API
REACT_APP_DEPLOYMENT_ENV=$ENV

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

0 comments on commit d46724c

Please sign in to comment.