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 1ae074b commit 13c9d33Copy full SHA for 13c9d33
Dockerfile
@@ -11,6 +11,7 @@ RUN mkdir -p /home/app &&\
11
rm -rf '/tmp/*' &&\
12
rm -rf /etc/nginx/conf.d/default.conf
13
14
+RUN gem install bundler
15
ADD Gemfile Gemfile.lock package.json yarn.lock /home/app/homeland/
16
# Do not enable bundle deployment, use globalize mode, Puma tmp_restart need it.
17
RUN bundle install && yarn &&\
0 commit comments