use CMD instead of ENTRYPOINT

This commit is contained in:
Mike Bonnet
2019-04-30 06:49:51 -07:00
parent 9c3d9bb441
commit c369bc416c
2 changed files with 2 additions and 2 deletions

View File

@@ -54,4 +54,4 @@ RUN $DNF_CMD install \
USER 1001
VOLUME ["/etc/module-build-service", "/etc/fedmsg.d", "/etc/mbs-certs"]
ENTRYPOINT ["fedmsg-hub-3"]
CMD ["fedmsg-hub-3"]

View File

@@ -51,4 +51,4 @@ USER 1001
VOLUME ["/etc/module-build-service", "/etc/fedmsg.d", "/etc/mbs-certs", "/etc/httpd/conf.d"]
EXPOSE 8080/tcp 8443/tcp
ENTRYPOINT ["/usr/bin/run-httpd"]
CMD ["/usr/bin/run-httpd"]