Set BUNDLE_APP_CONFIG and DATABASE_URL in crontab when defined
This commit is contained in:
parent
3010dd2d90
commit
2c180cc9e8
2 changed files with 14 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ RUN buildDeps='libmagic-dev' && \
|
|||
apt-get purge -y --auto-remove $buildDeps && \
|
||||
mkdir -p log && \
|
||||
ln -sfn /dev/stdout log/production.log && \
|
||||
whenever --update-crontab
|
||||
bundle exec whenever --update-crontab
|
||||
|
||||
# Add a temporary mysql-server for assets precompilation
|
||||
RUN export DATABASE_URL=mysql2://localhost/temp && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue