GHActions unable to find files

This commit is contained in:
Vri 🌈 2023-05-04 16:56:25 +02:00
parent 3be613531e
commit caca580c97
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 10 additions and 6 deletions

View file

@ -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