File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
fortune/exchange-oracle/server Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ WORKDIR /usr/src/app
88COPY . .
99
1010# Install app dependencies
11- RUN yarn install --immutable
11+ RUN yarn install
1212RUN yarn build:libs
1313
1414# Creates a "dist" folder with the production build
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ COPY ${APP_PATH}/package.json ./${APP_PATH}/
1818COPY packages/core ./packages/core
1919COPY packages/sdk ./packages/sdk
2020
21- RUN yarn install --immutable
21+ RUN yarn install
2222
2323# Copy base TS config that is required to build pacakges
2424COPY tsconfig.base.json ./
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY ${APP_PATH}/package.json ./${APP_PATH}/
1717COPY packages/core ./packages/core
1818COPY packages/sdk ./packages/sdk
1919
20- RUN yarn install --immutable
20+ RUN yarn install
2121
2222# Copy base TS config that is required to build pacakges
2323COPY tsconfig.base.json ./
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ COPY ${APP_PATH}/package.json ./${APP_PATH}/
1818COPY packages/core ./packages/core
1919COPY packages/sdk ./packages/sdk
2020
21- RUN yarn install --immutable
21+ RUN yarn install
2222
2323# Copy base TS config that is required to build pacakges
2424COPY tsconfig.base.json ./
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY ${APP_PATH}/package.json ./${APP_PATH}/
1717COPY packages/core ./packages/core
1818COPY packages/sdk ./packages/sdk
1919
20- RUN yarn install --immutable
20+ RUN yarn install
2121
2222# Copy base TS config that is required to build pacakges
2323COPY tsconfig.base.json ./
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY ${APP_PATH}/package.json ./${APP_PATH}/
1717COPY packages/core ./packages/core
1818COPY packages/sdk ./packages/sdk
1919
20- RUN yarn install --immutable
20+ RUN yarn install
2121
2222# Copy base TS config that is required to build pacakges
2323COPY tsconfig.base.json ./
You can’t perform that action at this time.
0 commit comments