Skip to content

Commit 6432a1c

Browse files
authored
Merge pull request #12 from Edirom/dev
Merge route with dev
2 parents 12ccff0 + b0ace21 commit 6432a1c

File tree

3 files changed

+75
-2981
lines changed

3 files changed

+75
-2981
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
5353
In compile stage
5454
```
5555
docker build \
56-
--build-arg VUE_APP_PUBLIC_PATH='/subfolder/' \
5756
dockercontainer
5857
```
5958

@@ -64,6 +63,7 @@ dockercontainer
6463
-e CLIENT_SECRET= "your client secret"\
6564
-e CALL_BACK= "your call back" \
6665
-e VUE_APP_CALL_BACK=$CALL_BACK \
66+
-e VUE_APP_PUBLIC_PATH="your subpath"
6767
dockercontainer
6868
```
6969

0 commit comments

Comments
 (0)