We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb03309 + 454d586 commit bb87ff6Copy full SHA for bb87ff6
server/Dockerfile
@@ -1,3 +1,5 @@
1
FROM mcr.microsoft.com/dotnet/aspnet:8.0
2
+EXPOSE 8080
3
+EXPOSE 8081
4
WORKDIR /app/publish
5
ENTRYPOINT ["dotnet", "devblog.dll"]
server/Program.cs
@@ -120,7 +120,6 @@ public static void Main(string[] args)
120
121
// ----------------------- ROUTING -------------------------------
122
app.UseHttpsRedirection();
123
- app.UseStaticFiles();
124
app.UseRouting();
125
app.UseAuthentication();
126
app.UseAuthorization();
0 commit comments