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 5e1e8aa commit 8a77dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN node --version
RUN apk add 'npm<11'
WORKDIR /user/src/app
COPY --from=builder /user/src/app/server/cjs /user/src/app/server/cjs
COPY --from=builder /user/src/app/openapi /user/src/app/server/openapi
COPY --from=builder /user/src/app/server/openapi /user/src/app/server/openapi
COPY --from=builder /user/src/app/package.json /user/src/app/package.json
COPY --from=builder /user/src/app/node_modules /user/src/app/node_modules
CMD [ "npm", "start" ]
Expand Down

0 comments on commit 8a77dc7

Please sign in to comment.