dupdate
This commit is contained in:
parent
18769d49fb
commit
7de8bd460d
@ -14,7 +14,7 @@ COPY --from=prep /tmp/deps.json ./package.json
|
||||
COPY yarn.lock ./
|
||||
|
||||
## Storing node modules on a separate layer will prevent unnecessary npm installs at each build
|
||||
RUN yarn install --verbose && mkdir /ng-app && mv ./node_modules ./ng-app
|
||||
RUN yarn install && mkdir /ng-app && mv ./node_modules ./ng-app
|
||||
|
||||
WORKDIR /ng-app
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user