Skip to content

Commit 2a5f79f

Browse files
committed
Try fixing Dockerfile
1 parent bfaf874 commit 2a5f79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ EXPOSE 443
55

66
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
77
WORKDIR /src
8-
COPY ["rasp-test.csproj", "."]
8+
COPY ["rasp-test/rasp-test.csproj", "."]
99
RUN dotnet restore "rasp-test.csproj"
10-
COPY . .
10+
COPY rasp-test/ .
1111
RUN dotnet build "rasp-test.csproj" -c Release -o /app/build
1212

1313
FROM build AS publish

0 commit comments

Comments
 (0)