LoginSignup
0
1

More than 5 years have passed since last update.

Google App Engine for Railsでコンテナに入ってrails c

Posted at
sudo docker ps
container_exec XXX /bin/bash
export PATH=/rbenv/shims:/rbenv/bin:$PATH
export PATH=/nodejs/bin:$PATH
export RACK_ENV=production
export RAILS_ENV=production
export APP_ENV=production
export RAILS_SERVE_STATIC_FILES=true
bundle exec rails c
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1