An open API service indexing awesome lists of open source software.

https://github.com/barnabas/astro-docker

Demo of Node.js/Astro/Vite dev stack in Docker Compose
https://github.com/barnabas/astro-docker

astro docker docker-compose nodejs vitejs

Last synced: 3 months ago
JSON representation

Demo of Node.js/Astro/Vite dev stack in Docker Compose

Awesome Lists containing this project

README

          

# Astro + Docker demo

This demonstrates developing with Astro in Docker, using Docker Compose.
It is based on [Astro Starter Kit: Minimal](https://github.com/withastro/astro/tree/latest/examples/minimal)

To start the stack, run the command `docker compose up --build`.

When you're finished, run `docker compose rm --stop --volumes --force` to clean up.