Validations for local profiles

This commit is contained in:
Eugen Rochko 2016-03-16 11:18:09 +01:00
parent 5c99e304e5
commit a9db42a956
3 changed files with 7 additions and 1 deletions

View file

@ -13,3 +13,5 @@ ADD Gemfile.lock /mastodon/Gemfile.lock
RUN bundle install --deployment --without test --without development
ADD . /mastodon
VOLUME ['/mastodon/public/system']