Explorar o código

install npm deps in docker

Thomas Clavier hai 1 ano
pai
achega
afaa5d4f7b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -14,4 +14,7 @@ WORKDIR /workspace
 COPY Gemfile /workspace
 COPY Gemfile.lock /workspace
 RUN bundle install
+COPY package.json /workspace
+COPY package-lock.json /workspace
+RUN npm ci
 CMD bash