Skip to content

Commit

Permalink
build: update run cmd for plugin server at Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Jul 31, 2024
1 parent d544e67 commit 8b58562
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ RUN pip install --upgrade pip && \
pip install --upgrade -r ${PKG_DIR}/pip_requirements.txt

ARG CACHEBUST=1
RUN pip install --upgrade spaceone-api
RUN pip install --upgrade spaceone-api && \
pip install --upgrade --pre spaceone-cost-analysis==2.0.dev147



COPY src ${SRC_DIR}
WORKDIR ${SRC_DIR}
Expand All @@ -24,4 +27,4 @@ RUN python3 setup.py install && \
EXPOSE ${SPACEONE_PORT}

ENTRYPOINT ["spaceone"]
CMD ["run", "grpc-server", "cloudforet.cost_analysis"]
CMD ["run", "plugin-server", "cloudforet.cost_analysis"]

0 comments on commit 8b58562

Please sign in to comment.