Skip to content

Commit f3f6414

Browse files
Merge pull request #30 from UserOfficeProject/fix-cert-path
Copy scripts over
2 parents 344671f + 6f7f444 commit f3f6414

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)