Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie committed Jan 29, 2024
1 parent e3c26bc commit f727383
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Source/Topica.Server/Topica.Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER app
WORKDIR /app
EXPOSE 8080
EXPOSE 8081

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release
Expand Down
3 changes: 0 additions & 3 deletions Source/Topica.Server/Topica.Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ await authDb.Users.AddAsync(
}


if (!app.Environment.IsDevelopment())
app.UseHttpsRedirection();

app.UseAuthorization();

app.MapControllers();
Expand Down

0 comments on commit f727383

Please sign in to comment.