Skip to content

Commit

Permalink
Update Dockerfile.openapi_decorator (#46133)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr authored Nov 14, 2023
1 parent 55cc450 commit d319058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.openapi_decorator
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ USER node
COPY --chown=node:node package.json /openapi-check
COPY --chown=node:node package-lock.json /openapi-check
ADD --chown=node:node src /openapi-check/src
ADD --chown=node:node lib /openapi-check/lib
ADD --chown=node:node content /openapi-check/content
ADD --chown=node:node data /openapi-check/data

Expand Down

0 comments on commit d319058

Please sign in to comment.