소스 검색

no need to install yarn

Mokhtar Naamani 4 년 전
부모
커밋
5dbe721c96
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 1
      .dockerignore
  2. 0 2
      apps.Dockerfile

+ 2 - 1
.dockerignore

@@ -1,3 +1,4 @@
 **target*
 **node_modules*
-.tmp/
+.tmp/
+.vscode/

+ 0 - 2
apps.Dockerfile

@@ -7,8 +7,6 @@ COPY . /joystream
 # RUN echo "prefix=${HOME}/npm" > ${HOME}/.npmrc 
 # ENV PATH=$PATH:$HOME/npm/bin/
 
-RUN npm -g install yarn
-
 ENV NODE_ENV=production
 RUN yarn
 RUN yarn workspace pioneer build