From 771af827cdb139a1c7bd3d2c434e8c9d58a047bd Mon Sep 17 00:00:00 2001 From: vrifox Date: Thu, 4 May 2023 16:52:21 +0200 Subject: [PATCH] GHActions unable to find files --- container/base/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container/base/Dockerfile b/container/base/Dockerfile index 47b32f2..d417988 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