Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 0f59fec

Browse files
committed
Oops, missed this
1 parent 9db70b6 commit 0f59fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceLayer.Mesh/DockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY ./ServiceLayer.Mesh/ServiceLayer.Mesh.csproj .
77
RUN dotnet restore
88

99
COPY ./dotnet-mesh-client/ ../dotnet-mesh-client/
10-
COPY ./ServiceLayer.Common/ ../ServiceLayer.Common/
10+
COPY ./ServiceLayer.Shared/ ../ServiceLayer.Shared/
1111
COPY ./ServiceLayer.Mesh/ .
1212

1313
RUN dotnet publish -c Release -o /home/site/wwwroot

0 commit comments

Comments
 (0)