📦 further Dockerfile/ Bundle optimizations
All checks were successful
continuous-integration/drone/push Build is passing

close #25
This commit is contained in:
2021-01-07 20:14:45 +01:00
parent 43ecd83213
commit ac952b6906
3 changed files with 5 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ FROM alpine
COPY --from=0 /app/build /app
RUN rm -rf /app/build/_dist_/components
RUN rm -rf /app/build/_dist_/locales
RUN rm -rf /app/build-manifest.json
FROM fholzer/nginx-brotli:v1.19.1
COPY --from=1 /app /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/nginx.conf