Skip to content

Commit 7270f6c

Browse files
authored
Dockerfile now builds using .proj file (#90)
1 parent 7bd9084 commit 7270f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55

66
COPY . .
77

8-
RUN dotnet restore && dotnet publish -c Release -o out
8+
RUN dotnet restore && dotnet publish src/Answer.King.Api/Answer.King.Api.csproj -c Release -o out
99

1010
#build runtime image
1111
FROM mcr.microsoft.com/dotnet/aspnet:7.0

0 commit comments

Comments
 (0)