diff --git a/Dockerfile b/Dockerfile index 959fd32..667354b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN apk add --no-cache build-base RUN bundle install COPY . /app -ENTRYPOINT ["bundle exec rackup"] +ENTRYPOINT ["/usr/local/bin/bundle", "exec", "rackup", "-E", "production", "-p", "80"]