remove --help

This commit is contained in:
Elio Bischof 2022-08-26 17:20:37 +02:00
parent bc2caaac9c
commit 14b50bc48b
No known key found for this signature in database
GPG Key ID: 7B383FDE4DDBF1BD

View File

@ -7,4 +7,4 @@ RUN npm ci --omit=dev
ENTRYPOINT [ "bash", "-c" ]
CMD [ "cp -R /dependencies/node_modules/ . && cypress run --help" ]
CMD [ "cp -R /dependencies/node_modules/ . && cypress run" ]