Browse Source

Fix containers crashing on startup because of wrong entrypoint

master
Nicolas Massé 9 years ago
parent
commit
5811db1029
  1. 2
      Dockerfile

2
Dockerfile

@ -30,4 +30,4 @@ USER 1001
EXPOSE 8080 EXPOSE 8080
# Set the default CMD for the image # Set the default CMD for the image
CMD ["/usr/libexec/s2i/usage"] CMD ["/usr/libexec/s2i/run"]

Loading…
Cancel
Save