Update backend/Dockerfile
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user