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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user