From cc0b7eee183adb314d6eb16dc43ecfb326d9f986 Mon Sep 17 00:00:00 2001 From: Louis LABORIE Date: Tue, 14 Jan 2025 11:42:56 +0100 Subject: [PATCH] Remove sysctl command in Dockerfile :twisted_rightwards_arrows::twisted_rightwards_arrows: --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3b1700..6643758 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,5 +26,4 @@ RUN dotnet publish "Server.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:Us FROM base AS final WORKDIR /app COPY --from=publish /app/publish . -RUN sysctl -w fs.inotify.max_user_instances=1024 ENTRYPOINT ["dotnet", "Server.dll"] \ No newline at end of file