This commit is contained in:
Elias Jansson
2026-01-24 16:52:57 +01:00
parent be3071424f
commit 4ae41b6425
+1 -1
View File
@@ -16,7 +16,7 @@ WORKDIR /app
EXPOSE 80
EXPOSE 443
VOLUME /app/data
VOLUME /app
# Byggimage med SDK
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build