diff --git a/Dockerfile b/Dockerfile index 6643758..b3b1700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,5 @@ 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