diff --git a/docker/frontend.Dockerfile b/docker/frontend.Dockerfile index 02d8a87..9173708 100644 --- a/docker/frontend.Dockerfile +++ b/docker/frontend.Dockerfile @@ -5,7 +5,8 @@ WORKDIR /app COPY package*.json ./ COPY frontend/package*.json ./frontend/ -RUN npm ci --ignore-scripts +RUN npm ci --ignore-scripts && \ + npm install --only=optional COPY frontend/ ./frontend/