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:
parent
f6c3aff100
commit
cf76a69948
5 changed files with 66 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -6,6 +6,9 @@ dist/
|
|||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# Podman / Compose
|
||||
.env.podman
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue