Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hizclick authored Apr 30, 2024
1 parent 76cc4d7 commit 46bdb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
In compile stage
```
docker build \
--build-arg VUE_APP_PUBLIC_PATH='/subfolder/' \
dockercontainer
```

Expand All @@ -64,6 +63,7 @@ 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

0 comments on commit 46bdb26

Please sign in to comment.