We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5cacb commit 9749578Copy full SHA for 9749578
1 file changed
Dockerfile
@@ -12,7 +12,7 @@ COPY --chown=default:root ./cities ./cities
12
COPY --chown=default:root ./assets ./assets
13
14
# 2. Run the install
15
-RUN yarn --frozen-lockfile --ignore-engines --network-concurrency 1 && yarn cache clean --force
+RUN yarn --frozen-lockfile --ignore-engines --ignore-scripts --network-concurrency 1 && yarn cache clean --force
16
17
# 3. Copy remaining source files
18
COPY --chown=default:root index.html vite.config.mjs eslint.config.mjs .prettierrc .env* ./
0 commit comments