Skip to content

Commit 8dbedbd

Browse files
committedFeb 20, 2020
fix(docker): add entrypoint
1 parent 971a1a8 commit 8dbedbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ USER 1001
4545

4646
EXPOSE 50051
4747

48+
ENTRYPOINT ["/bin/registry-server"]
49+
CMD ["--database", "/bundles.db"]
50+
4851
LABEL io.k8s.display-name="OpenShift Operator Registry" \
4952
io.k8s.description="This is a component of OpenShift Operator Lifecycle Manager and is the base for operator catalog API containers." \
5053
maintainer="Odin Team <aos-odin@redhat.com>" \

0 commit comments

Comments
 (0)
Please sign in to comment.