Skip to content

Commit

Permalink
change npx command to mocha
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Oct 11, 2024
1 parent bdefc0b commit ab2d7b0
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 @@ -7,6 +7,6 @@ COPY package.json ./
COPY tests/ ./

RUN npm i
RUN npx test tests/
RUN npx mocha tests/

ENTRYPOINT ["npx", "allure", "serve", "-h", "0.0.0.0", "-p", "8080"]

0 comments on commit ab2d7b0

Please sign in to comment.