about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorReverite <github@reverite.sh>2019-09-20 18:18:22 -0700
committerReverite <github@reverite.sh>2019-09-20 18:18:22 -0700
commit1e75b3d874973dd71ea74b158ebeb501d9ac68a3 (patch)
treeaf6d0c5546beacaa832f80f81461352c62a4f1a9 /Dockerfile
parent6f79532b73abe92103e1063d9bcc9b584887bcf3 (diff)
Fix link footer component
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9ad80c0de..359126f3a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -115,7 +115,7 @@ ENV BIND="0.0.0.0"
 USER mastodon
 
 # Precompile assets
-RUN cd ~ && OTP_SECRET=_ SECRET_KEY_BASE=_ rails assets:precompile && yarn cache clean
+RUN cd ~ && OTP_SECRET=_ SECRET_KEY_BASE=_ rails assets:precompile --trace && yarn cache clean
 
 # Empty temporary files
 USER root