feature(docker): Implemented DockerFile, docker compose .env and updated the run.sh file.
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1 +1,22 @@
|
||||
# Data & Env
|
||||
data/
|
||||
.env
|
||||
docker-compose.yml
|
||||
|
||||
# Go
|
||||
bin/
|
||||
vendor/
|
||||
*.exe
|
||||
*.test
|
||||
*.out
|
||||
*.prof
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user