From b8a79fc89744dcea7da96f49afc32edc97a6f5ed Mon Sep 17 00:00:00 2001 From: Marc Plogas Date: Sat, 16 Mar 2024 23:02:07 +0100 Subject: [PATCH] is there actually a way to testdrive this locally? --- KernelMemory.FileWatcher/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KernelMemory.FileWatcher/Dockerfile b/KernelMemory.FileWatcher/Dockerfile index cf552dd..01d0869 100644 --- a/KernelMemory.FileWatcher/Dockerfile +++ b/KernelMemory.FileWatcher/Dockerfile @@ -17,5 +17,5 @@ RUN dotnet publish "./KernelMemory.FileWatcher.csproj" -c $BUILD_CONFIGURATION - FROM base AS final WORKDIR /app -COPY --from=publish /app/publish . +COPY /app/publish . ENTRYPOINT ["dotnet", "KernelMemory.FileWatcher.dll"] \ No newline at end of file