From a1f80fa6bcd55f1a5fa8fab520516d4ea985c8c3 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 19 Oct 2020 18:21:37 +0200 Subject: [PATCH] Expose 443 --- Dockerfile | 1 + backend/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj | 2 +- backend/src/Squidex/Squidex.csproj | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cbcaac61c..b472d7d51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,6 +69,7 @@ COPY --from=backend /build/ . COPY --from=frontend /build/ wwwroot/build/ EXPOSE 80 +EXPOSE 443 EXPOSE 11111 ENTRYPOINT ["dotnet", "Squidex.dll"] diff --git a/backend/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj b/backend/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj index 01a317018..f9ca6cdd6 100644 --- a/backend/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj +++ b/backend/src/Squidex.Domain.Users/Squidex.Domain.Users.csproj @@ -17,7 +17,7 @@ - + diff --git a/backend/src/Squidex/Squidex.csproj b/backend/src/Squidex/Squidex.csproj index 4f4ef7a2d..b15271ad2 100644 --- a/backend/src/Squidex/Squidex.csproj +++ b/backend/src/Squidex/Squidex.csproj @@ -39,7 +39,7 @@ - +