There was an error while loading. Please reload this page.
1 parent 5fa71bc commit cc45da3Copy full SHA for cc45da3
1 file changed
Dockerfile
@@ -15,6 +15,7 @@ ENV NEXT_PUBLIC_ENVIRONMENT=production
15
16
COPY package-lock.json .
17
COPY package.json .
18
+COPY patches ./patches
19
20
RUN npm ci
21
0 commit comments