Skip to content

Commit 2e07029

Browse files
committed
fix: Fix wrong CMD
1 parent 8033927 commit 2e07029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ RUN pip install --upgrade spaceone-api
3939
EXPOSE ${SPACEONE_PORT}
4040

4141
ENTRYPOINT ["spaceone"]
42-
CMD ["run", "rest-server", "cloudforet.console_api_v2", "-m", "/opt", "--host", "0.0.0.0"]
42+
CMD ["run", "rest-server", "cloudforet.console_api_v2", "-m", "/opt"]

0 commit comments

Comments
 (0)