Update backend/Dockerfile

This commit is contained in:
2025-11-17 11:11:44 +00:00
parent 52cd2bfc4b
commit 7e34a9ac83
+1 -1
View File
@@ -7,7 +7,7 @@ EXPOSE 8080
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
# Kopier hele backend-mappa (enkelt og robust)
# Kopier hele backend-prosjektet
COPY . .
# Restore på løsningen