Adding CSS for form errors, adding missing indices
This commit is contained in:
parent
a9db42a956
commit
8767a98fbb
4 changed files with 44 additions and 3 deletions
|
@ -2,7 +2,7 @@ FROM ruby:2.2.4
|
|||
|
||||
ENV RAILS_ENV=production
|
||||
|
||||
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev
|
||||
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev && rm -rf /var/lib/apt/lists/*
|
||||
RUN mkdir /mastodon
|
||||
|
||||
WORKDIR /mastodon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue