We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b2882 commit 4bbd4cfCopy full SHA for 4bbd4cf
Dockerfile
@@ -7,6 +7,7 @@ COPY package*.json ./
7
8
FROM base AS build
9
ENV NODE_ENV=production
10
+ENV STRAPI_CACHE_ENABLED=true
11
COPY ./.kube/config.yaml ./.kube/config.yaml
12
RUN --mount=type=cache,target=/root/.npm npm install --ignore-scripts
13
COPY . .
0 commit comments