Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit a7bdf97

Browse files
authored
Fixing Dockerfile
1 parent 73d0f7d commit a7bdf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KubernetesSample/src/StockWeb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/core/sdk:3.0 as build
22

33
WORKDIR /src
44

5-
COPY ./Kubed.sln .
5+
COPY ./StockKube.sln .
66
COPY ./src/StockData/StockData.csproj ./src/StockData/
77
COPY ./src/StockWeb/StockWeb.csproj ./src/StockWeb/
88

0 commit comments

Comments
 (0)