about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-16 11:18:09 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-16 11:18:09 +0100
commita9db42a956fb045131b06ba434a74189c96ad651 (patch)
treecac55724892f21ec5c10713c874b824dab5ae923 /Dockerfile
parent5c99e304e5d3e9f975d19d7097bfde3ace986ad8 (diff)
Validations for local profiles
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f569dbea9..7c0e81afb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,3 +13,5 @@ ADD Gemfile.lock /mastodon/Gemfile.lock
 RUN bundle install --deployment --without test --without development
 
 ADD . /mastodon
+
+VOLUME ['/mastodon/public/system']