infoalloggi-monorepo/apps/backend
Marco Pedone 750ec05a1e Add .dockerignore files and remove migration.sql
- 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.
2025-08-28 14:58:43 +02:00
..
config Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
db Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
parser fix: update data extraction and parsing for availability, permanence, and people in Annuncio 2025-08-27 17:03:57 +02:00
public/views Add .dockerignore files and remove migration.sql 2025-08-28 14:58:43 +02:00
queries fix: update data extraction and parsing for availability, permanence, and people in Annuncio 2025-08-27 17:03:57 +02:00
scripts Refactor test script to use echo for testing success instead of ping 2025-08-18 10:29:11 +02:00
storage_handlers Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
typesdefs fix: update data extraction and parsing for availability, permanence, and people in Annuncio 2025-08-27 17:03:57 +02:00
utils feat: add utility functions for string manipulation, XML fetching, and directory handling 2025-08-21 13:53:38 +02:00
.air.toml init 2025-08-04 17:45:44 +02:00
.dockerignore Add .dockerignore files and remove migration.sql 2025-08-28 14:58:43 +02:00
.gitignore Add .dockerignore files and remove migration.sql 2025-08-28 14:58:43 +02:00
docker-compose.yml Remove sysctl settings from keydb service in docker-compose.yml and add TELEFONO field to user seed data in 3_seed_user.sql 2025-08-04 18:40:39 +02:00
Dockerfile Update scripts to use /bin/sh and ensure executable permissions 2025-08-18 10:22:02 +02:00
fallback.webp init 2025-08-04 17:45:44 +02:00
from_bkp.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
go.mod Update dependencies in go.mod and go.sum to latest versions 2025-08-05 10:06:17 +02:00
go.sum Update dependencies in go.mod and go.sum to latest versions 2025-08-05 10:06:17 +02:00
image_handler.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
images.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
miogest_handler.go fix: update data extraction and parsing for availability, permanence, and people in Annuncio 2025-08-27 17:03:57 +02:00
server.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
storage.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
test.jpg init 2025-08-04 17:45:44 +02:00
TODO init 2025-08-04 17:45:44 +02:00