Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Jan 22, 2025
1 parent 313c5c9 commit 53ab1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/rungnx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ echo environment configuration ...

OUT=${1:-"environment.remote.json"}
DIR=$(dirname "$0")
MAP=$(< "$DIR/config-env.map")
MAP=$(cat "$DIR/config-env.map")
echo "map=$MAP"

ENTRIES=""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inspect-app",
"version": "15.13.0",
"version": "15.14.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 53ab1fc

Please sign in to comment.