Skip to content

Commit 00d0df3

Browse files
committed
fix playground deploy
1 parent d7d791e commit 00d0df3

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
@@ -20,7 +20,7 @@ RUN set -uex \
2020
WORKDIR /build
2121
COPY ./Directory.Build.props ./Directory.Packages.props ./
2222
COPY ./Src/CSharpier.Playground/CSharpier.Playground.csproj Src/CSharpier.Playground/
23-
COPY ./Src/CSharpier/CSharpier.csproj Src/CSharpier/
23+
COPY ./Src/CSharpier.Core/CSharpier.Core.csproj Src/CSharpier.Core/
2424
RUN dotnet restore "Src/CSharpier.Playground/CSharpier.Playground.csproj"
2525

2626
COPY ./Src/CSharpier.Playground/ClientApp/package.json Src/CSharpier.Playground/ClientApp/

0 commit comments

Comments
 (0)