Skip to content

Commit

Permalink
fix: bundle size action cmd (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Aug 16, 2021
1 parent 956957c commit 9be848d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions actions/bundle-size/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
# see: https:/actions/runner/issues/772
FROM node:16-alpine
WORKDIR /usr/src/app
COPY dist/index.js .
CMD [ "node", "index.js" ]
CMD [ "node", "dist/index.js" ]

0 comments on commit 9be848d

Please sign in to comment.