This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
react-tiny-components-presentation
Watch
1
Star
0
Fork
0
You've already forked react-tiny-components-presentation
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
react-tiny-components-prese...
/
bin
/
docker-start
8 lines
99 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
add missing file and fix a script
2015-09-30 12:11:52 +00:00
#!/bin/bash
cd /code
rm node_modules
another fix
2015-09-30 12:13:26 +00:00
ln -sf /usr/local/node_modules node_modules
also npm install on start
2015-09-30 12:14:24 +00:00
npm install
add missing file and fix a script
2015-09-30 12:11:52 +00:00
bash
Reference in New Issue
Copy Permalink