add missing file and fix a script

This commit is contained in:
John Bintz 2015-09-30 08:11:52 -04:00
parent c6f9769ef8
commit 245af2a0ef
2 changed files with 7 additions and 1 deletions

6
bin/docker-start Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
cd /code
rm node_modules
ln -sf /usr/locadocker-starml/node_modules node_modules
bash

View File

@ -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 \