Browse Source

no need to install yarn

Mokhtar Naamani 4 years ago
parent
commit
5dbe721c96
2 changed files with 2 additions and 3 deletions
  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