feat: add a Docker compose file for development
This commit is contained in:
11
.dockerignore
Normal file
11
.dockerignore
Normal file
@ -0,0 +1,11 @@
|
||||
/.dioxus/
|
||||
/.git/
|
||||
/.github/
|
||||
/dist/
|
||||
/debug/
|
||||
/docker/
|
||||
/node_modules/
|
||||
/static/
|
||||
/target/
|
||||
/docker-compose-dev.yml
|
||||
/docker-compose-prod.yml
|
Reference in New Issue
Block a user