mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-25 17:24:03 -05:00
Disable globalization and fix SQL port
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user