Skip to content

Missing \ #171

@123billybob321

Description

@123billybob321

In the https://github.com/VERT-sh/VERT/blob/main/docs/DOCKER.md code, I think there is a missing \

$ 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="" .

--build-arg PUB_DISABLE_ALL_EXTERNAL_REQUESTS=false

should be

--build-arg PUB_DISABLE_ALL_EXTERNAL_REQUESTS=false \

Also, is the docker compose for the manual build correct? It states

image: ghcr.io/vert-sh/vert:latest

Should this be

image: vert-sh/vert

Like the docker run command?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions