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