We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 344671f + 6f7f444 commit f3f6414Copy full SHA for f3f6414
1 file changed
Dockerfile
@@ -5,6 +5,7 @@ USER node
5
WORKDIR /app
6
7
COPY --chown=node:node package*.json ./
8
+COPY --chown=node:node scripts ./scripts
9
10
RUN npm ci --loglevel error --no-fund
11
0 commit comments