Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit ae50efb

Browse files
authored
Merge pull request #17 from secureCodeBox/start-container-without-npm
Fix container startup
2 parents 39e9ea2 + 2ab8b92 commit ae50efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ LABEL org.opencontainers.image.title="secureCodeBox scanner-infrastructure-sslyz
5454
org.opencontainers.image.revision=$COMMIT_ID \
5555
org.opencontainers.image.created=$BUILD_DATE
5656

57-
ENTRYPOINT [ "npm", "start" ]
57+
ENTRYPOINT [ "node", "index.js" ]

0 commit comments

Comments
 (0)