From 245af2a0ef5d5607e4e3172e23873bbd206505a4 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 30 Sep 2015 08:11:52 -0400 Subject: [PATCH] add missing file and fix a script --- bin/docker-start | 6 ++++++ bin/run | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 bin/docker-start 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 \