Skip to content

Commit 6db5f47

Browse files
committed
🐛 npm install i.p.v. npm ci voor style-dictionary build
1 parent bed00f9 commit 6db5f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44
COPY package.json package-lock.json ./
55
RUN npm ci
66
COPY . .
7-
RUN cd style-dictionary && npm ci && npm run build && cd ..
7+
RUN cd style-dictionary && npm install && npm run build
88
RUN npx @11ty/eleventy
99

1010
FROM nginxinc/nginx-unprivileged:stable-alpine-slim

0 commit comments

Comments
 (0)