Add .dockerignore file to exclude unnecessary files from Docker context
- Created a new .dockerignore file to prevent inclusion of node_modules, build artifacts, and logs in the Docker context. - Specified additional directories and files related to the apps and backups to streamline the Docker build process.
This commit is contained in:
parent
f9cbc8b9a6
commit
07685f5409
11
.dockerignore
Normal file
11
.dockerignore
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
node_modules
|
||||||
|
.next
|
||||||
|
.turbo
|
||||||
|
.git
|
||||||
|
*.log
|
||||||
|
|
||||||
|
apps/scraper
|
||||||
|
apps/web/.next
|
||||||
|
apps/web/node_modules
|
||||||
|
|
||||||
|
docker/backups
|
||||||
Loading…
x
Reference in New Issue
Block a user