master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 760b80ae9a - Show all commits

View File

@ -40,7 +40,7 @@ FROM ruby:2.7.2-alpine
# Set a variable for the install location. # Set a variable for the install location.
ARG RAILS_ROOT=/usr/src/app ARG RAILS_ROOT=/usr/src/app
ARG PACKAGES="tzdata curl postgresql-client sqlite-libs yarn nodejs bash" ARG PACKAGES="tzdata curl postgresql-client sqlite-libs yarn nodejs bash shared-mime-info"
ENV RAILS_ENV=production ENV RAILS_ENV=production
ENV BUNDLE_APP_CONFIG="$RAILS_ROOT/.bundle" ENV BUNDLE_APP_CONFIG="$RAILS_ROOT/.bundle"