ykl45 commited on
Commit
41186fd
1 Parent(s): f2b8c0b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y git
3
  RUN git clone https://github.com/renqabs/gfa.git /app
4
  WORKDIR /app
5
 
6
- RUN yarn install && yarn run build
7
 
8
  FROM node:lts-alpine
9
 
 
3
  RUN git clone https://github.com/renqabs/gfa.git /app
4
  WORKDIR /app
5
 
6
+ RUN yarn install --registry https://registry.npmmirror.com/ --ignore-engines && yarn run build
7
 
8
  FROM node:lts-alpine
9