mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-20 15:13:39 +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
|
```bash
|
||||||
docker build -t astroplate .
|
docker build -t astroplate .
|
||||||
# or
|
# or
|
||||||
# docker --build-arg=npm build -t astroplate .
|
# docker --build-arg INSTALLER=npm build -t astroplate .
|
||||||
# or
|
# or
|
||||||
# docker --build-arg=pnpm build -t astroplate .
|
# docker --build-arg INSTALLER=pnpm build -t astroplate .
|
||||||
|
|
||||||
docker run -p 3000:80 astroplate
|
docker run -p 3000:80 astroplate
|
||||||
# or
|
# or
|
||||||
# docker run --rm -p 3000:80 astroplate
|
# docker run --rm -p 3000:80 astroplate
|
||||||
|
|||||||
Reference in New Issue
Block a user