diff --git a/container/base/Dockerfile b/container/base/Dockerfile index d417988..5a81bd1 100755 --- a/container/base/Dockerfile +++ b/container/base/Dockerfile @@ -26,8 +26,8 @@ RUN chown -R srm:srm /home/srm/ WORKDIR /home/srm/build/ -COPY ./Gemfile Gemfile -COPY ./package.json package.json +COPY ../../Gemfile Gemfile +COPY ../../package.json package.json RUN npm install -g yarn sass RUN bundle config without development test