mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-25 21:11:32 +08:00
install npm deps in docker
This commit is contained in:
parent
250c4349bb
commit
afaa5d4f7b
@ -14,4 +14,7 @@ WORKDIR /workspace
|
|||||||
COPY Gemfile /workspace
|
COPY Gemfile /workspace
|
||||||
COPY Gemfile.lock /workspace
|
COPY Gemfile.lock /workspace
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
COPY package.json /workspace
|
||||||
|
COPY package-lock.json /workspace
|
||||||
|
RUN npm ci
|
||||||
CMD bash
|
CMD bash
|
||||||
|
Loading…
Reference in New Issue
Block a user