Skip to content

Commit 4bbd4cf

Browse files
committed
Update Dockerfile
1 parent 26b2882 commit 4bbd4cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY package*.json ./
77

88
FROM base AS build
99
ENV NODE_ENV=production
10+
ENV STRAPI_CACHE_ENABLED=true
1011
COPY ./.kube/config.yaml ./.kube/config.yaml
1112
RUN --mount=type=cache,target=/root/.npm npm install --ignore-scripts
1213
COPY . .

0 commit comments

Comments
 (0)