Skip to content

Commit

Permalink
add if statment if no subpath provided
Browse files Browse the repository at this point in the history
  • Loading branch information
hizclick committed May 8, 2024
1 parent 6432a1c commit 7218b8b
Show file tree
Hide file tree
Showing 3 changed files with 2,981 additions and 75 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
In compile stage
```
docker build \
--build-arg VUE_APP_PUBLIC_PATH='/subfolder/' \
dockercontainer
```

Expand All @@ -63,7 +64,6 @@ dockercontainer
-e CLIENT_SECRET= "your client secret"\
-e CALL_BACK= "your call back" \
-e VUE_APP_CALL_BACK=$CALL_BACK \
-e VUE_APP_PUBLIC_PATH="your subpath"
dockercontainer
```

Expand Down
Loading

0 comments on commit 7218b8b

Please sign in to comment.