diff --git a/bin/docker-start b/bin/docker-start new file mode 100644 index 0000000..def6504 --- /dev/null +++ b/bin/docker-start @@ -0,0 +1,6 @@ +#!/bin/bash + +cd /code +rm node_modules +ln -sf /usr/locadocker-starml/node_modules node_modules +bash diff --git a/bin/run b/bin/run index e2b7031..34f5f53 100755 --- a/bin/run +++ b/bin/run @@ -10,7 +10,7 @@ DOCKERFILE docker rm `docker stop react-tiny-components` docker build -t john/react-tiny-components -f Dockerfile . -docker run --name react-tiny-components-modules john/react-tiny-components-modules truen +docker run --name react-tiny-components-modules john/react-tiny-components-modules true docker run -it -p 3500:3500 \ -v $PWD:/code \ --volumes-from react-tiny-components-modules \