Remove extra copy on Docker file

This commit is contained in:
François Turbelin
2019-06-23 13:24:34 +02:00
parent e893197c49
commit 79ec3d5a3f

View File

@@ -27,6 +27,5 @@ RUN sh -c "echo 'deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main'
ENV BUNDLE_PATH /bundles
COPY . /usr/src/app/
COPY Gemfile* /usr/src/app/
WORKDIR /usr/src/app