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

Commit 2ba4c97

Browse files
authored
Merge pull request #3 from alercunha/alercunha-patch-1
Fixing Dockerfile
2 parents 73d0f7d + a7bdf97 commit 2ba4c97

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)