From 48d66a205567f7a3d59ce21eb024e11b5eb18b75 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 16 Mar 2016 12:57:01 +0100 Subject: Fixing the docker container setup (with assets compilation &co) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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"] -- cgit