diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-16 12:57:01 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-16 12:57:01 +0100 |
commit | 48d66a205567f7a3d59ce21eb024e11b5eb18b75 (patch) | |
tree | 42557386da40533f6478a21a2f057ccafac72e6e /Dockerfile | |
parent | 2c374cd97cea67447cccee004ae7fe189db9abc5 (diff) |
Fixing the docker container setup (with assets compilation &co)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 7b8fdc160..bb4c70d87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN bundle install --deployment --without test --without development ADD . /mastodon -VOLUME ['/mastodon/public/system'] +VOLUME ["/mastodon/public/system", "/mastodon/public/assets"] |