Skip to content

Commit 9749578

Browse files
committed
--ignore-scripts
1 parent 5b5cacb commit 9749578

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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 --network-concurrency 1 && yarn cache clean --force
15+
RUN yarn --frozen-lockfile --ignore-engines --ignore-scripts --network-concurrency 1 && yarn cache clean --force
1616

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

0 commit comments

Comments
 (0)