about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorReverite <github@reverite.sh>2019-06-16 19:27:59 -0700
committerReverite <github@reverite.sh>2019-06-16 19:27:59 -0700
commitb2ffaa9f2909c83f23691a02b2843bf41a1a12c0 (patch)
tree4607b8e049157cd1ad5bc6480dccddd4bbe9799d /Dockerfile
parent4982852a4ab8665cee8d6a578614ff867c0f116b (diff)
Remove webpacker leftovers
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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