Skip to content

Commit

Permalink
Improve deface building
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Nov 22, 2024
1 parent 131f93f commit 30b165c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ ARG BUILD_SCRIPT="set -uex \
&& yarn set version 1.22.19"
ARG BUNDLE_WITHOUT="development:metrics:test"
ARG BUNDLER_VERSION="2.5.6"
ARG POST_BUILD_SCRIPT="bundle exec rails assets:precompile"
ARG POST_BUILD_SCRIPT="DEFACE_ENABLED=1 bundle exec rails deface:precompile && bundle exec rails assets:precompile"
ARG RAILS_DB_ADAPTER="nulldb"
ARG SKIP_MEMCACHE_CHECK="true"
ARG RAILS_ENV="production"
ARG SECRET_KEY_BASE="thisneedstobeset"
ARG CUSTOMIZATION_OUTPUT="false"
ARG DISABLE_DEFACE="true"
ARG DEFACE_ENABLED="0"

# Install packages needed at buildtime
RUN apt-get update \
Expand Down

0 comments on commit 30b165c

Please sign in to comment.