File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ RUN yarn build --production=true
1818# ############################################################################################
1919FROM nginx:1.27.4-alpine
2020
21+ RUN apk update && apk add --upgrade --no-cache libexpat libxml2 libxslt
22+
2123RUN rm -rf /usr/share/nginx/html/
2224COPY --from=build /app/build /usr/share/nginx/html
2325WORKDIR /usr/share/nginx/html
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ RUN yarn build
1919# ############################################################################################
2020FROM nginx:1.27.4-alpine
2121
22+ RUN apk update && apk add --upgrade --no-cache libexpat libxml2 libxslt
23+
2224RUN rm -rf /usr/share/nginx/html/
2325COPY --from=build /app/build /etc/nginx/html/efilinghub
2426
You can’t perform that action at this time.
0 commit comments