Browse Source

This removes any env reference from the rails command, since RAILS_ENV handles this easier, and changes Administrate to Administer, which is the more common spelling.

Former-commit-id: b1dbdadd8c
master
Jonathan Rosenbaum 2 years ago
parent
commit
b3b6d41738
  1. 2
      config/locales/en.yml
  2. 2
      docker-compose.yml

2
config/locales/en.yml

@ -2454,7 +2454,7 @@ en:
back: Back back: Back
upload: Upload upload: Upload
select_file: Select a file select_file: Select a file
administrate: Administrate administrate: Administer
login: Sign In login: Sign In
Log_out: Sign out Log_out: Sign out
agree: I Agree agree: I Agree

2
docker-compose.yml

@ -42,7 +42,7 @@ services:
networks: networks:
letsencrypt: letsencrypt:
default: default:
command: /bin/sh -c "rm -f /app/BikeBike/tmp/pids/server.pid && rails server -e production -b '0.0.0.0'" command: /bin/sh -c "rm -f /app/BikeBike/tmp/pids/server.pid && rails server -b '0.0.0.0'"
# Add environment values that are not in .env (environment:) below in the bike_bike_advanced_environment file # Add environment values that are not in .env (environment:) below in the bike_bike_advanced_environment file
# Empty file ok, too, or just comment out this section # Empty file ok, too, or just comment out this section
env_file: env_file:

Loading…
Cancel
Save