Skip to content

Commit

Permalink
frontend: fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed Apr 3, 2019
1 parent 334c6de commit 0f39de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/entrypoint.sh
Expand Up @@ -2,7 +2,7 @@

# Replace env vars in JavaScript files
echo "Replacing env vars in JS"
for file in /usr/share/nginx/html/main.js;
for file in /usr/share/nginx/html/main.*.js;
do
echo "Processing $file ...";

Expand Down

0 comments on commit 0f39de6

Please sign in to comment.