Skip to content

Commit 1012b0d

Browse files
committed
Update Dockerfile
1 parent 4f5419b commit 1012b0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LinkRouter/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ ARG BUILD_CONFIGURATION=Release
1717
RUN dotnet publish "LinkRouter.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
1818

1919
FROM base AS final
20-
WORKDIR /
21-
COPY --from=publish /app/app/publish .
20+
WORKDIR /app
21+
COPY --from=publish /app/publish .
2222
ENTRYPOINT ["dotnet", "LinkRouter.dll"]

0 commit comments

Comments
 (0)