@@ -5,7 +5,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER $APP_UID
WORKDIR /app
-ENV ASPNETCORE_URLS=http://+:8090
+ENV ASPNETCORE_URLS=http://0.0.0.0:8090
EXPOSE 8090
EXPOSE 8081
@@ -886,6 +886,10 @@ video {
max-width: 10%;
}
+ .lg\:max-w-\[13\%\] {
+ max-width: 13%;
+ }
+
.lg\:columns-6 {
-moz-columns: 6;
columns: 6;