diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ COPY package*.json ./ COPY yarn.lock ./ COPY .yarnrc.yml ./ COPY .yarn ./.yarn -RUN yarn install +RUN yarn install --immutable --immutable-cache # Stage 3. TS compilation FROM dependencies AS build |
