From 154a0d7dd0513ccbc5c9cd9e6ee88c9e94fb3448 Mon Sep 17 00:00:00 2001 From: ImMin5 Date: Mon, 24 Feb 2025 22:13:33 +0900 Subject: [PATCH] build: modify Dockerfile for increasing workers '12' -> '100' Signed-off-by: ImMin5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75c3a66..33d9178 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ RUN python3 setup.py install && rm -rf /tmp/* EXPOSE ${SPACEONE_PORT} ENTRYPOINT ["spaceone"] -CMD ["run", "plugin-server", "plugin", "-w", "12"] +CMD ["run", "plugin-server", "plugin", "-w", "100"]