diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-16 11:18:09 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-16 11:18:09 +0100 |
commit | a9db42a956fb045131b06ba434a74189c96ad651 (patch) | |
tree | cac55724892f21ec5c10713c874b824dab5ae923 /Dockerfile | |
parent | 5c99e304e5d3e9f975d19d7097bfde3ace986ad8 (diff) |
Validations for local profiles
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
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'] |