Skip to content

Commit 154a0d7

Browse files
committed
build: modify Dockerfile for increasing workers '12' -> '100'
Signed-off-by: ImMin5 <[email protected]>
1 parent 7428e08 commit 154a0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ RUN python3 setup.py install && rm -rf /tmp/*
2121
EXPOSE ${SPACEONE_PORT}
2222

2323
ENTRYPOINT ["spaceone"]
24-
CMD ["run", "plugin-server", "plugin", "-w", "12"]
24+
CMD ["run", "plugin-server", "plugin", "-w", "100"]

0 commit comments

Comments
 (0)