yangc 7 rokov pred
rodič
commit
f3849d322d
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -8,6 +8,7 @@ COPY . /app
 
 RUN chmod +x run.sh
 
+RUN npm install yarn -g
 RUN npm install -g node-gyp
 RUN yarn