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 FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src WORKDIR /src
# Kopier hele backend-mappa (enkelt og robust) # Kopier hele backend-prosjektet
COPY . . COPY . .
# Restore på løsningen # Restore på løsningen