Merge branch 'development'
This commit is contained in:
commit
01525814f1
@ -12,6 +12,9 @@ WORKDIR /app
|
||||
|
||||
COPY package.json /app/
|
||||
|
||||
COPY .npmrc /app/
|
||||
RUN yarn config set "strict-ssl" false
|
||||
|
||||
RUN yarn install
|
||||
|
||||
COPY . /app
|
||||
|
||||
Reference in New Issue
Block a user