1
0
mirror of https://github.com/H0llyW00dzZ/GoGenAI-Terminal-Chat.git synced 2025-02-06 11:00:02 +00:00
GoGenAI-Terminal-Chat/.dockerignore
H0llyW00dzZ 887b019ede
Feat Docker Builder 🐳 (#5)
* Feat Docker Builder 🐳

- [+] chore: add .dockerignore file to ignore unnecessary files and directories
- [+] feat: add Dockerfile for building and running the application in a Docker container

* Feat CI/CD Docker Builder 🐳

- [+] feat(Docker.yml): add automated Docker build and push workflow
2024-01-03 01:31:48 +07:00

13 lines
202 B
Plaintext

# Ignore all files and directories that are not necessary for building the Docker image.
**/.git
**/.vscode
**/node_modules
**/*.log
*.md
Dockerfile
.dockerignore
.gitignore
**/testdata
**/tests
**/tmp