Added: Dockerfile and docker support
This commit is contained in:
22
.dockerignore
Normal file
22
.dockerignore
Normal file
@ -0,0 +1,22 @@
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
storage/logs/*
|
||||
!storage/logs/.gitignore
|
||||
|
||||
Dockerfile
|
||||
docker-compose.yaml
|
||||
|
||||
*.swp
|
||||
*.swo
|
||||
*.idea/
|
||||
*.vscode/
|
||||
*.DS_Store
|
||||
|
||||
# Exclude sensitive config files (uncomment if you don't want to include environment config)
|
||||
# config/environment.php
|
||||
|
||||
README.md
|
||||
TODO.md
|
||||
LICENSE
|
||||
|
Reference in New Issue
Block a user