Make Docker container work the same as npm how-to #315
Locked
officerNordberg
started this conversation in
Ideas
Replies: 2 comments
-
There is no need to execute a command inside the container. The docker entry point is already the command you are looking for.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
this conversation got closed due to #321 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to use cyclonedx/cyclonedx-node in a pipeline and to my surprise
/bin/sh: eval: line 44: cyclonedx-node: not found
I had to use /usr/src/cyclonedx-bom/bin/make-bom.js instead. Feels like the container name should match the command and global install
Beta Was this translation helpful? Give feedback.
All reactions