Aggiornamento staging #11

Merged
Alessio merged 21 commits from development into staging 2026-03-20 17:18:59 +01:00
Showing only changes of commit 91704eb944 - Show all commits
+3 -1
View File
@@ -33,10 +33,12 @@ RUN dotnet publish "Data_Coupler.csproj" -c Release -o /app/publish \
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine AS final
WORKDIR /app
# Installa le dipendenze necessarie per ExcelDataReader e altre librerie
# Installa le dipendenze necessarie per ExcelDataReader, SQLite e altre librerie
RUN apk add --no-cache \
libgdiplus \
icu-libs \
sqlite-libs \
curl \
&& rm -rf /var/cache/apk/*
# Crea la directory per il database con i permessi corretti