Disable globalization and fix SQL port

This commit is contained in:
2024-01-13 21:42:28 -05:00
parent 058c3165e4
commit 9f7530cbe5
2 changed files with 4 additions and 1 deletions

View File

@@ -14,4 +14,5 @@ FROM base AS final
RUN apk add --no-cache tzdata
WORKDIR /app
COPY --from=build /app .
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
ENTRYPOINT ["dotnet", "ChrisKaczor.HomeMonitor.Environment.Service.dll"]