diff options
author | Reverite <github@reverite.sh> | 2019-09-20 15:52:02 -0700 |
---|---|---|
committer | Reverite <github@reverite.sh> | 2019-09-20 15:52:02 -0700 |
commit | 6f79532b73abe92103e1063d9bcc9b584887bcf3 (patch) | |
tree | b6a0702ba8e5838dbaa3970fb361f058e125c770 | |
parent | 822c904bc99176c5db7209e4c32e5b1257c1f7e3 (diff) |
Oops
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index c5225f7bb..9ad80c0de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -115,7 +115,7 @@ ENV BIND="0.0.0.0" USER mastodon # Precompile assets -RUN OTP_SECRET=_ SECRET_KEY_BASE=_ rails assets:precompile && yarn cache clean +RUN cd ~ && OTP_SECRET=_ SECRET_KEY_BASE=_ rails assets:precompile && yarn cache clean # Empty temporary files USER root |