We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6373762 commit e53e47dCopy full SHA for e53e47d
Dockerfile
@@ -2,9 +2,9 @@ FROM ruby:2.6.5
2
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
3
RUN mkdir /myapp
4
WORKDIR /myapp
5
-RUN bundle install --with=openshift
6
ADD Gemfile /myapp/Gemfile
7
ADD Gemfile.lock /myapp/Gemfile.lock
+RUN bundle install --with=openshift
8
ADD . /myapp
9
RUN chgrp -R 0 /myapp \
10
&& chmod -R g+rwX /myapp
0 commit comments