Skip to content

Commit

Permalink
is there actually a way to testdrive this locally?
Browse files Browse the repository at this point in the history
  • Loading branch information
mplogas committed Mar 16, 2024
1 parent 2003f9f commit b8a79fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KernelMemory.FileWatcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit b8a79fc

Please sign in to comment.