mirror of https://github.com/VERT-sh/VERT.git
Added a missing backslash to th build command
This commit is contained in:
parent
63cc7db2e0
commit
cc6206f824
|
|
@ -17,14 +17,15 @@ $ cd VERT/
|
|||
Then build a Docker image with:
|
||||
|
||||
```shell
|
||||
$ docker build -t vert-sh/vert \
|
||||
--build-arg PUB_ENV=production \
|
||||
--build-arg PUB_HOSTNAME=vert.sh \
|
||||
--build-arg PUB_PLAUSIBLE_URL=https://plausible.example.com \
|
||||
--build-arg PUB_VERTD_URL=https://vertd.vert.sh \
|
||||
--build-arg PUB_DONATION_URL=https://donations.vert.sh \
|
||||
--build-arg PUB_DISABLE_ALL_EXTERNAL_REQUESTS=false
|
||||
--build-arg PUB_STRIPE_KEY="" .
|
||||
docker build -t vert-sh/vert \
|
||||
--build-arg PUB_ENV=production \
|
||||
--build-arg PUB_HOSTNAME=vert.sh \
|
||||
--build-arg PUB_PLAUSIBLE_URL=https://plausible.example.com \
|
||||
--build-arg PUB_VERTD_URL=https://vertd.vert.sh \
|
||||
--build-arg PUB_DONATION_URL=https://donations.vert.sh \
|
||||
--build-arg PUB_DISABLE_ALL_EXTERNAL_REQUESTS=false \
|
||||
--build-arg PUB_STRIPE_KEY="" \
|
||||
.
|
||||
```
|
||||
|
||||
You can then run it by using:
|
||||
|
|
|
|||
Loading…
Reference in New Issue