about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8209c7d47..da0898927 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -85,6 +85,6 @@ VOLUME /mastodon/public/system
 USER mastodon
 
 ENV LD_PRELOAD=/lib/stack-fix.so
-RUN OTP_SECRET=_ SECRET_KEY_BASE=_ bundle exec rails assets:precompile
+RUN OTP_SECRET=_ SECRET_KEY_BASE=_ bin/rails assets:precompile
 
 ENTRYPOINT ["/sbin/tini", "--"]