remove --help

This commit is contained in:
Elio Bischof
2022-08-26 17:20:37 +02:00
parent bc2caaac9c
commit 14b50bc48b

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" ]