update-dockerfile-to-teleshop-prod-db

This commit is contained in:
sysadmin 2025-11-20 16:21:39 +00:00
parent 14d254b2d1
commit fcff57dd1f

View File

@ -74,7 +74,7 @@ ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=0 \
ASPNETCORE_FORWARDEDHEADERS_ENABLED=true \ ASPNETCORE_FORWARDEDHEADERS_ENABLED=true \
ASPNETCORE_URLS=http://+:8080 \ ASPNETCORE_URLS=http://+:8080 \
ASPNETCORE_ENVIRONMENT=Production \ ASPNETCORE_ENVIRONMENT=Production \
ConnectionStrings__DefaultConnection="Data Source=/app/data/littleshop-prod.db;Cache=Shared" \ ConnectionStrings__DefaultConnection="Data Source=/app/data/teleshop-prod.db;Cache=Shared" \
SilverPay__BaseUrl="http://31.97.57.205:8001" \ SilverPay__BaseUrl="http://31.97.57.205:8001" \
SilverPay__ApiKey="your-api-key-here" \ SilverPay__ApiKey="your-api-key-here" \
TMPDIR=/tmp TMPDIR=/tmp