Compare commits

..

No commits in common. "35b18d72fd6129adb81998fe3181570ee6046f7d" and "ad34e455ceedc0e0ccca5ccd86f7f011a7667873" have entirely different histories.

View File

@ -11,7 +11,6 @@ RUN pnpm run build
# final image # final image
FROM alpine FROM alpine
COPY --from=0 /app/build /app COPY --from=0 /app/build /app
RUN rm -rf build/sw.js.map build/workbox-*.js.map
RUN rm -rf /app/build/_dist_/components RUN rm -rf /app/build/_dist_/components
RUN rm -rf /app/build/_dist_/locales RUN rm -rf /app/build/_dist_/locales
RUN rm -rf /app/build-manifest.json RUN rm -rf /app/build-manifest.json