Skip to content

Commit bb87ff6

Browse files
authored
Merge pull request #217 from AndrewCS149/testWorkflow
testWorkflow
2 parents bb03309 + 454d586 commit bb87ff6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

server/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
FROM mcr.microsoft.com/dotnet/aspnet:8.0
2+
EXPOSE 8080
3+
EXPOSE 8081
24
WORKDIR /app/publish
35
ENTRYPOINT ["dotnet", "devblog.dll"]

server/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public static void Main(string[] args)
120120

121121
// ----------------------- ROUTING -------------------------------
122122
app.UseHttpsRedirection();
123-
app.UseStaticFiles();
124123
app.UseRouting();
125124
app.UseAuthentication();
126125
app.UseAuthorization();

0 commit comments

Comments
 (0)