Skip to content

Commit

Permalink
add data directory (github#22529)
Browse files Browse the repository at this point in the history
  • Loading branch information
becco authored Nov 2, 2021
1 parent 09c7672 commit 6b3be30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.openapi_decorator
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COPY --chown=node:node package-lock.json /openapi-check
ADD --chown=node:node script /openapi-check/script
ADD --chown=node:node lib /openapi-check/lib
ADD --chown=node:node content /openapi-check/content
ADD --chown=node:node data /openapi-check/data

RUN npm ci -D

Expand Down

0 comments on commit 6b3be30

Please sign in to comment.