Skip to content

Docker deployment

This content is not available in your language yet.

Build and run the included image:

Terminal window
docker build -t astro-design-template .
docker run --rm -p 4321:4321 astro-design-template

Set SITE_URL in your host environment when deploying behind a domain. The app has no database or persistent storage requirement.