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:
@@ -5,6 +5,4 @@ node_modules
|
||||
.git
|
||||
*.log
|
||||
.env
|
||||
.DS_Store
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user