Skip to content

Commit

Permalink
fix(docker): fixes docker image asset compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTopping committed Sep 13, 2024
1 parent d840769 commit 7b5333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN yarn install
ADD . /samples_extraction/

# Compiling assets
RUN SE_REDIS_URI= SECRET_KEY_BASE=`bin/rake secret` WARREN_TYPE=log RAILS_ENV=production bundle exec rake assets:precompile
RUN SE_REDIS_URI= SECRET_KEY_BASE=`bin/rails secret` WARREN_TYPE=log RAILS_ENV=production bundle exec rake assets:precompile

# Generating sha
RUN git rev-parse HEAD > REVISION
Expand Down

0 comments on commit 7b5333a

Please sign in to comment.