Implement dev env with Docker

This commit is contained in:
2025-12-24 23:16:34 +05:00
parent ea3eb33e8d
commit a89b00d2b5
5 changed files with 85 additions and 3 deletions

35
.dockerignore Normal file
View File

@ -0,0 +1,35 @@
HELP.md
.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
.env