Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Dec 18, 2023
1 parent cc7ac8b commit 8ec11a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ RUN pip install --upgrade spaceone-api
EXPOSE ${SPACEONE_PORT}

ENTRYPOINT ["spaceone"]
CMD ["grpc", "grpc-server", "spaceone.identity", "-m", "/opt"]
CMD ["run", "grpc-server", "spaceone.identity", "-m", "/opt"]

0 comments on commit 8ec11a8

Please sign in to comment.