From 33aebee4d86091b0b4efbbefc31b04bd5e51e63b Mon Sep 17 00:00:00 2001 From: Thomas Riboulet Date: Tue, 8 Jan 2019 12:23:21 +0100 Subject: [PATCH] fix cmd with proper path to sh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96aefa1..757c97f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN cd /var/app; bundle install --without development test WORKDIR /var/app -CMD ["sh /var/app/bin/http"] +CMD ["/bin/sh /var/app/bin/http"]