Improve docker automation

This commit is contained in:
riggraz
2019-08-26 10:41:46 +02:00
parent c67774334c
commit 5cf71687c8
6 changed files with 22 additions and 9 deletions

View File

@@ -12,7 +12,6 @@ COPY Gemfile.lock /app/Gemfile.lock
RUN bundle install
RUN yarn install --check-files
RUN yarn install
COPY . /app