Merge pull request #22 from sydneysoftwaredev/doc/fix-readme-typo

doc: fix typo in readme
This commit is contained in:
Somrat
2023-11-26 08:35:24 +06:00
committed by GitHub
+3 -2
View File
@@ -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