Skip to content

Commit 7ac61ae

Browse files
KannappanSomutjgofore
authored andcommitted
yarn update-runtime-env
1 parent 625c2fd commit 7ac61ae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ COPY --chown=default:root ./cities ./cities
1212
COPY --chown=default:root ./assets ./assets
1313

1414
# 2. Run the install
15-
RUN yarn --frozen-lockfile --ignore-engines --ignore-scripts --network-concurrency 1 && yarn cache clean --force
15+
RUN yarn --frozen-lockfile --ignore-engines --ignore-scripts --network-concurrency 1 \
16+
&& yarn update-runtime-env \
17+
&& yarn cache clean --force
1618

1719
# 3. Copy remaining source files
1820
COPY --chown=default:root index.html vite.config.mjs eslint.config.mjs .prettierrc .env* ./

0 commit comments

Comments
 (0)