mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-03 17:26:43 +02:00
GHActions unable to find files
This commit is contained in:
parent
771af827cd
commit
3be613531e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue