fix: track Dockerfile and .dockerignore in easySite

.gitignore was ignoring these files, causing them to be missing
on fresh checkout (e.g. after git pull on server), which broke
the Docker build. Removed the ignore entries so the files are
tracked by git.
This commit is contained in:
valitovgaziz
2026-06-12 11:19:33 +05:00
parent 2941b14b38
commit eee067f0ca
3 changed files with 30 additions and 3 deletions
+1 -3
View File
@@ -5,6 +5,4 @@ node_modules
.git
*.log
.env
.DS_Store
Dockerfile
.dockerignore
.DS_Store