Skip to content

Commit

Permalink
chore: onboard swagger api on docker (#2400)
Browse files Browse the repository at this point in the history
onboard swagger api on docker
  • Loading branch information
utsabc authored Jul 24, 2023
1 parent 38d6803 commit 7e0197f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
!tsconfig.json
!test
!scripts/skipPrepareScript.js
!swagger
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN npm ci --no-audit --cache .npm
COPY --chown=node:node . .
RUN npm run build:ci -- --sourceMap false
RUN npm run copy
RUN npm run setup:swagger

ENTRYPOINT ["/sbin/tini", "--"]

Expand Down

0 comments on commit 7e0197f

Please sign in to comment.