Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
use bundle exec in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed Sep 10, 2019
1 parent 6fe57ed commit ee704eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -25,4 +25,4 @@ COPY lib /var/www/inferno/lib
ENV APP_ENV=production
EXPOSE 4567

CMD ["rackup", "-o", "0.0.0.0"]
CMD ["bundle", "exec", "rackup", "-o", "0.0.0.0"]

0 comments on commit ee704eb

Please sign in to comment.