feat(dev): add Podman-based container workflow

- Add Containerfile for running Astro dev server in a container
- Add compose.yml (slirp4netns) for WSL2/rootless compatibility
- Document Podman compose usage and troubleshooting steps in README
- Ignore optional Podman env file in .gitignore
This commit is contained in:
Daisuke Nakahara 2026-01-31 19:54:28 +09:00
parent f6c3aff100
commit cf76a69948
5 changed files with 66 additions and 1 deletions

3
.gitignore vendored
View file

@ -6,6 +6,9 @@ dist/
# dependencies
node_modules/
# Podman / Compose
.env.podman
# logs
npm-debug.log*
yarn-debug.log*