It shows time.
Built with Astro framework.
- Build the image:
podman build -t masa-dev .- Run the container (
CHOKIDAR_USEPOLLINGfor non-native filesystem, e.g. macOS & Windows):
podman run --rm -it -p 4321:4321 -v "$(pwd):/app" -v /app/node_modules -e CHOKIDAR_USEPOLLING=true masa-dev