Skip to content

Commit eabb862

Browse files
authored
use CMD instead of ENTRYPOINT in Dockerfile (hyperledger#40)
Signed-off-by: pco <pasquale.convertini@ibm.com>
1 parent 8650cce commit eabb862

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ LABEL name="fabric-x-tools" \
6161
USER 10001
6262
WORKDIR /home/fabricx
6363

64-
# Default Entrypoint
65-
ENTRYPOINT ["/bin/sh"]
64+
# Define default CMD
65+
CMD ["/bin/sh"]

0 commit comments

Comments
 (0)