Merge pull request #82 from fiddike/patch-1

Update readme.md
This commit is contained in:
Somrat
2025-12-28 09:07:19 +06:00
committed by GitHub
+2 -2
View File
@@ -95,9 +95,9 @@ yarn run build
```bash
docker build -t astroplate .
# or
# docker --build-arg INSTALLER=npm build -t astroplate .
# docker build --build-arg INSTALLER=npm -t astroplate .
# or
# docker --build-arg INSTALLER=pnpm build -t astroplate .
# docker build --build-arg INSTALLER=pnpm -t astroplate .
docker run -p 3000:80 astroplate
# or