Files
sofarr/.dockerignore
Gronod 87f8c2d42b
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
ci: add Dockerfile and Gitea Actions workflow for automated image builds
- Dockerfile based on node:18-alpine
- Gitea Actions workflow triggers on push to release/* branches
- Builds and pushes to Gitea container registry with version tags
2026-05-15 15:15:09 +01:00

16 lines
141 B
Plaintext

node_modules/
.env
.env.example
.env.sample
.git/
.gitignore
.DS_Store
*.log
client/
dist/
build/
README.md
.dockerignore
Dockerfile
.gitea/