add remite page

This commit is contained in:
2018-04-04 15:39:55 +09:00
parent 76ff36b425
commit fd907c725a
10 changed files with 683 additions and 389 deletions

View File

@@ -1,4 +1,4 @@
FROM ruby:2.4
FROM ruby:2.5
# see http://stackoverflow.com/questions/38453963/gitlab-ci-setup-error-could-not-find-a-javascript-runtime
RUN apt-get update && apt-get install nodejs -y
@@ -9,7 +9,6 @@ RUN bundle config --global frozen 1
ENV LANG C.UTF-8
WORKDIR /usr/src/app
COPY Gemfile /usr/src/app/
COPY Gemfile.lock /usr/src/app/
RUN bundle install