Skip to content

Commit 66dc002

Browse files
authored
Merge pull request #17 from ImMin5/master
Modify Dockerfile for increasing workers '12' -> '100'
2 parents 0604ca4 + 154a0d7 commit 66dc002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)