Compare commits
2 Commits
ad34e455ce
...
35b18d72fd
| Author | SHA1 | Date | |
|---|---|---|---|
| 35b18d72fd | |||
| 4b80f30afb |
@@ -11,6 +11,7 @@ RUN pnpm run build
|
||||
# final image
|
||||
FROM alpine
|
||||
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_/locales
|
||||
RUN rm -rf /app/build-manifest.json
|
||||
|
||||
Reference in New Issue
Block a user