- 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.
12 lines
104 B
Plaintext
12 lines
104 B
Plaintext
node_modules
|
|
.next
|
|
.turbo
|
|
.git
|
|
*.log
|
|
|
|
apps/scraper
|
|
apps/web/.next
|
|
apps/web/node_modules
|
|
|
|
docker/backups
|