mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
doc: fix typo in readme
- docker build-arg
This commit is contained in:
@@ -93,9 +93,10 @@ npm run build
|
||||
```bash
|
||||
docker build -t astroplate .
|
||||
# or
|
||||
# docker --build-arg=npm build -t astroplate .
|
||||
# docker --build-arg INSTALLER=npm build -t astroplate .
|
||||
# or
|
||||
# docker --build-arg=pnpm build -t astroplate .
|
||||
# docker --build-arg INSTALLER=pnpm build -t astroplate .
|
||||
|
||||
docker run -p 3000:80 astroplate
|
||||
# or
|
||||
# docker run --rm -p 3000:80 astroplate
|
||||
|
||||
Reference in New Issue
Block a user