diff --git a/Dockerfile b/Dockerfile index 2ba23a41..58f76c82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN gem install bundler -v "${BUNDLER_VERSION}" --no-document \ && bundle install --jobs 20 --retry 5 COPY ./ . COPY bin/ /opt/bin/ -COPY ./db/schema.rb /opt/db/schema.rb +COPY mkdir /opt/db && ./db/schema.rb /opt/db/schema.rb USER ${APP}