Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Jan 25, 2025
1 parent f1c9111 commit bb76390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN npm install

ENV NPM_RUN_COMMAND="test:headless"

ENTRYPOINT ["npm", "run", "${NPM_RUN_COMMAND}"]
ENTRYPOINT npm run ${NPM_RUN_COMMAND}

0 comments on commit bb76390

Please sign in to comment.