fix(docker): exclude uploads/ from build context
The uploads/ directory is bind-mounted at runtime via docker-compose and should not be copied into the Docker build context. This was slowing down builds and including potentially large media files in the context.
This commit is contained in:
+4
-1
@@ -22,4 +22,7 @@ logs/
|
|||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
# Environment
|
# Environment
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
# Media uploads (bind-mounted at runtime)
|
||||||
|
uploads/
|
||||||
Reference in New Issue
Block a user