Skip to content

Commit 6f7f444

Browse files
Copy scripts over
1 parent 37aa844 commit 6f7f444

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ USER node
55
WORKDIR /app
66

77
COPY --chown=node:node package*.json ./
8+
COPY --chown=node:node scripts ./scripts
89

910
RUN npm ci --loglevel error --no-fund
1011

0 commit comments

Comments
 (0)