Skip to content

Commit 825b302

Browse files
authored
ci: fix docker build error
1 parent 0525e4b commit 825b302

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
@@ -25,6 +25,7 @@ WORKDIR /parse-server
2525

2626
COPY package*.json ./
2727

28+
RUN npm cache clean --force
2829
RUN npm ci --production --ignore-scripts
2930

3031
COPY bin bin

0 commit comments

Comments
 (0)