--progress is a global compose flag, better use `docker compose --progress xx build ... Image echoes_of_the_ashes-echoes_of_the_ashes_pwa Building Image echoes_of_the_ashes-echoes_of_the_ashes_api Building #1 [internal] load local bake definitions #1 reading from stdin 1.25kB done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile.pwa #2 transferring dockerfile: 810B done #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/nginx:alpine #3 DONE 0.0s #4 [internal] load metadata for docker.io/library/node:20-alpine #4 DONE 0.7s #5 [internal] load .dockerignore #5 transferring context: 2B done #5 DONE 0.0s #6 [build 1/6] FROM docker.io/library/node:20-alpine@sha256:09e2b3d9726018aecf269bd35325f46bf75046a643a66d28360ec71132750ec8 #6 DONE 0.0s #7 [stage-1 1/4] FROM docker.io/library/nginx:alpine #7 DONE 0.0s #8 [internal] load build context #8 transferring context: 2.35MB 0.6s done #8 DONE 0.6s #9 [build 2/6] WORKDIR /app #9 CACHED #10 [build 3/6] COPY pwa/package*.json ./ #10 CACHED #11 [build 4/6] RUN npm install #11 CACHED #12 [build 5/6] COPY pwa/ ./ #12 DONE 2.9s #13 [build 6/6] RUN npm run build #13 0.256 #13 0.256 > echoes-of-the-ashes-pwa@1.0.0 build #13 0.256 > tsc && vite build #13 0.256 #13 4.328 vite v5.4.21 building for production... #13 4.379 transforming... #13 5.865 ✓ 160 modules transformed. #13 5.995 rendering chunks... #13 6.118 computing gzip size... #13 6.129 dist/manifest.webmanifest 0.46 kB #13 6.129 dist/index.html 1.00 kB │ gzip: 0.50 kB #13 6.129 dist/assets/index-DvVzkIfD.css 111.05 kB │ gzip: 19.61 kB #13 6.129 dist/assets/workbox-window.prod.es5-vqzQaGvo.js 5.72 kB │ gzip: 2.35 kB #13 6.129 dist/assets/index-RV0Szog0.js 454.56 kB │ gzip: 135.53 kB #13 6.130 ✓ built in 1.78s #13 6.404 [baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D` #13 8.218 #13 8.218 PWA v0.17.5 #13 8.218 mode generateSW #13 8.218 precache 7 entries (559.91 KiB) #13 8.218 files generated #13 8.218 dist/sw.js #13 8.218 dist/workbox-4b126c97.js #13 DONE 8.3s #7 [stage-1 1/4] FROM docker.io/library/nginx:alpine #7 CACHED #14 [stage-1 2/4] COPY --from=build /app/dist /usr/share/nginx/html #14 DONE 0.0s #15 [stage-1 3/4] COPY images/ /usr/share/nginx/html/images/ #15 DONE 0.0s #16 [stage-1 4/4] COPY nginx.conf /etc/nginx/conf.d/default.conf #16 DONE 0.0s #17 exporting to image #17 exporting layers 0.1s done #17 writing image sha256:04e99cea3a418401aff49901e27724e5132a721881a9c01bda68dd302a496587 done #17 naming to docker.io/library/echoes_of_the_ashes-echoes_of_the_ashes_pwa done #17 DONE 0.1s #18 resolving provenance for metadata file #18 DONE 0.0s Image echoes_of_the_ashes-echoes_of_the_ashes_pwa Built