Skip to content

Commit 464fbd8

Browse files
committed
Fix warning on dockerfile
1 parent 91248d9 commit 464fbd8

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 apt-get update && \
3939
COPY --from=python-builder /venv /venv
4040

4141
USER $APP_UID
42-
CMD /venv/bin/kopf run --module capi_janitor.openstack.operator --all-namespaces --verbose
42+
CMD ["/venv/bin/kopf", "run", "--module", "capi_janitor.openstack.operator", "--all-namespaces", "--verbose"]

0 commit comments

Comments
 (0)