- Created a new .dockerignore file in the apps/db directory to exclude unnecessary files from Docker builds. - Deleted the migration.sql file from the apps/db directory as it is no longer needed. - Updated the .dockerignore file in the apps/infoalloggi directory to include additional files and directories to be ignored during Docker builds.
25 lines
No EOL
468 B
Text
25 lines
No EOL
468 B
Text
.env
|
|
build_logs.txt
|
|
|
|
infoalloggi_old/
|
|
|
|
apps/db/.git.bkp
|
|
apps/db/.env
|
|
apps/db/.gitignore
|
|
|
|
|
|
|
|
apps/infoalloggi/.git.bkp
|
|
apps/infoalloggi/.gitignore
|
|
apps/infoalloggi/node_modules
|
|
apps/infoalloggi/.next/
|
|
apps/infoalloggi/out/
|
|
apps/infoalloggi/next-env.d.ts
|
|
apps/infoalloggi/build
|
|
apps/infoalloggi/.DS_Store
|
|
apps/infoalloggi/*.pem
|
|
apps/infoalloggi/npm-debug.log*
|
|
apps/infoalloggi/.env
|
|
apps/infoalloggi/.env*.local
|
|
apps/infoalloggi/*.tsbuildinfo
|
|
apps/infoalloggi/certificates |