comparison testbench-node/Dockerfile @ 78:3eaeb138e1ae

add default command
author smith@nwoca.org
date Sat, 26 Mar 2016 15:53:37 +0100
parents 0f366721a499
children b8373a99ad4d 731a1492c8a0
comparison
equal deleted inserted replaced
77:0f366721a499 78:3eaeb138e1ae
22 22
23 RUN chmod a+x /docker-entrypoint.sh 23 RUN chmod a+x /docker-entrypoint.sh
24 24
25 ENTRYPOINT [ "./docker-entrypoint.sh" ] 25 ENTRYPOINT [ "./docker-entrypoint.sh" ]
26 26
27 #CMD [ "node" ] 27 CMD [ "node" ]