Fix entrypoint

This commit is contained in:
Nemo 2018-06-01 02:03:55 +05:30
parent 7bdebbd5bd
commit a6ef74fa12
1 changed files with 1 additions and 1 deletions

View File

@ -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"]