]> git.openstreetmap.org Git - rails.git/blobdiff - Dockerfile
Use rails instead of rake
[rails.git] / Dockerfile
index aae65c2bb9765dcc7b1ee8900fa53d56107a5ae6..7d5d4982cd3d3d3d228f31d6141bc4751a15b8ef 100644 (file)
@@ -45,6 +45,6 @@ RUN gem install bundler \
  && bundle install
 
 # Install NodeJS packages using yarnpkg
-# `bundle exec rake yarn:install` will not work
+# `bundle exec rails yarn:install` will not work
 ADD package.json yarn.lock /app/
 RUN yarnpkg --ignore-engines install