- 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. |
||
|---|---|---|
| .. | ||
| config | ||
| db | ||
| parser | ||
| public/views | ||
| queries | ||
| scripts | ||
| storage_handlers | ||
| typesdefs | ||
| utils | ||
| .air.toml | ||
| .dockerignore | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| fallback.webp | ||
| from_bkp.go | ||
| go.mod | ||
| go.sum | ||
| image_handler.go | ||
| images.go | ||
| miogest_handler.go | ||
| server.go | ||
| storage.go | ||
| test.jpg | ||
| TODO | ||