ci: add Dockerfile and Gitea Actions workflow for automated image builds
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
- 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
This commit is contained in:
15
.dockerignore
Normal file
15
.dockerignore
Normal file
@@ -0,0 +1,15 @@
|
||||
node_modules/
|
||||
.env
|
||||
.env.example
|
||||
.env.sample
|
||||
.git/
|
||||
.gitignore
|
||||
.DS_Store
|
||||
*.log
|
||||
client/
|
||||
dist/
|
||||
build/
|
||||
README.md
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
.gitea/
|
||||
Reference in New Issue
Block a user