Fixing the docker container setup (with assets compilation &co)

This commit is contained in:
Eugen Rochko 2016-03-16 12:57:01 +01:00
parent 2c374cd97c
commit 48d66a2055
6 changed files with 23 additions and 7 deletions

View file

@ -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"]