GHActions unable to find files

This commit is contained in:
Vri 🌈 2023-05-04 16:54:05 +02:00
parent 771af827cd
commit 3be613531e
Signed by: vrifox
GPG key ID: D40098E5B60B2197

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