Skip to content

Commit c59f87a

Browse files
Add Dockerfile for agent/node #3
1 parent a3d24e2 commit c59f87a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/node/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22
set -e
3-
set -x
43

54
# if command starts with an option, prepend mongod
65
if [ "${1:0:1}" = '-' ]; then

0 commit comments

Comments
 (0)