]> git.openstreetmap.org Git - rails.git/blobdiff - Dockerfile
Noted yarn step in Docker instructions
[rails.git] / Dockerfile
index e50699ab9de3b2d3a6dc1cdb1994102a40195f30..90ca79015e2aeabf7fead1c97a025db09cafbcd4 100644 (file)
@@ -1,4 +1,4 @@
-FROM ruby:2.5
+FROM ruby:2.7
 
 # Add yarn apt repository
 # https://classic.yarnpkg.com/en/docs/install#debian-stable
@@ -41,4 +41,4 @@ RUN bundle install
 
 # Install NodeJS packages
 ADD package.json yarn.lock /app/
-RUN yarn
+RUN yarn install