ci: fix docker build error

This commit is contained in:
Manuel
2021-10-13 01:59:51 +02:00
committed by GitHub
parent 825b302e0b
commit 049dd6b3dc

View File

@@ -9,6 +9,7 @@ COPY package*.json ./
# Copy local dependencies for CI tests
COPY spec/dependencies spec/dependencies
RUN npm cache clean --force
RUN npm ci
COPY . .
RUN npm run build