mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
Merge pull request #22 from sydneysoftwaredev/doc/fix-readme-typo
doc: fix typo in readme
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