Skip to content

Commit

Permalink
fix(cicd): try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xutyxd committed Oct 19, 2024
1 parent d19e673 commit 5e1e8aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apk add 'npm<11'
WORKDIR /user/src/app
ADD . .
RUN npm install
RUN npm run openapi:bundle
RUN npm run server:build
RUN npm run clean

Expand Down

0 comments on commit 5e1e8aa

Please sign in to comment.