diff --git a/apps/opik-frontend/Dockerfile b/apps/opik-frontend/Dockerfile index dacf61c13..c0236212c 100644 --- a/apps/opik-frontend/Dockerfile +++ b/apps/opik-frontend/Dockerfile @@ -4,6 +4,7 @@ FROM node:20.15.0-alpine3.20 as builder WORKDIR /opt/frontend COPY package*.json ./ +COPY patches ./patches RUN npm install # Copy and build the application