- astro 4.0+
- node v20.10+
- npm v10.2+
- tailwind v3.3+
npm install
npm run dev
npm run build
docker build -t astroplate .
# or
# docker --build-arg INSTALLER=npm build -t astroplate .
# or
# docker --build-arg INSTALLER=pnpm build -t astroplate .
docker run -p 3000:80 astroplate
# or
# docker run --rm -p 3000:80 astroplate
To access the shell within the container:
docker run -it --rm astroplate ash