diff --git a/Dockerfile b/Dockerfile index b472d7d51..8c7732eae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,6 +68,8 @@ WORKDIR /app COPY --from=backend /build/ . COPY --from=frontend /build/ wwwroot/build/ +ENV ASPNETCORE_URLS=https://+;http://+ + EXPOSE 80 EXPOSE 443 EXPOSE 11111 diff --git a/frontend/app/features/settings/pages/roles/role.component.html b/frontend/app/features/settings/pages/roles/role.component.html index 21f0efdc9..16ea59ba6 100644 --- a/frontend/app/features/settings/pages/roles/role.component.html +++ b/frontend/app/features/settings/pages/roles/role.component.html @@ -99,7 +99,7 @@
-
+
-
diff --git a/frontend/app/framework/angular/forms/editors/tag-editor.component.html b/frontend/app/framework/angular/forms/editors/tag-editor.component.html index 4c2c2acac..96da5f9fa 100644 --- a/frontend/app/framework/angular/forms/editors/tag-editor.component.html +++ b/frontend/app/framework/angular/forms/editors/tag-editor.component.html @@ -53,8 +53,8 @@ (ngModelChange)="toggleValue($event, item)" /> -