diff options
author | Reverite <github@reverite.sh> | 2019-06-16 19:27:59 -0700 |
---|---|---|
committer | Reverite <github@reverite.sh> | 2019-06-16 19:27:59 -0700 |
commit | b2ffaa9f2909c83f23691a02b2843bf41a1a12c0 (patch) | |
tree | 4607b8e049157cd1ad5bc6480dccddd4bbe9799d /Dockerfile | |
parent | 4982852a4ab8665cee8d6a578614ff867c0f116b (diff) |
Remove webpacker leftovers
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index fae72de73..48de8bb00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -120,7 +120,7 @@ USER mastodon RUN cd ~ && \ OTP_SECRET=_ SECRET_KEY_BASE=_ rails assets:precompile && \ yarn cache clean && \ - rm -rf /mastodon/tmp/* + rm -rf /opt/mastodon/tmp/* # Set the work dir and the container entry point WORKDIR /opt/mastodon |