Add Dockerfile, frontend image, and local compose stack
This commit is contained in:
parent
ac72db9925
commit
3e2fbebac7
7 changed files with 199 additions and 1 deletions
16
.dockerignore
Normal file
16
.dockerignore
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
node_modules
|
||||
frontend
|
||||
logs
|
||||
coverage
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.md
|
||||
!README.md
|
||||
test_*.html
|
||||
.claude
|
||||
docker-compose*.yml
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue