WIP: Various front-end improvements and bugfixes #76

Closed
raucao wants to merge 10 commits from feature/frontend_improvements into feature/docker_compose
Showing only changes of commit c5fa38fe3d - Show all commits

View File

@ -8,6 +8,7 @@ COPY Gemfile /akkounts/Gemfile
COPY Gemfile.lock /akkounts/Gemfile.lock
COPY package.json /akkounts/package.json
RUN bundle install
RUN gem install foreman
RUN npm install -g yarn
RUN yarn install