This website requires JavaScript.
Explore
Help
Sign In
wpetit
/
react-logo
Watch
1
Star
0
Fork
You've already forked react-logo
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
5fe7a9019c
react-logo
/
misc
/
containers
/
frontend
/
docker-entrypoint.sh
3 lines
50 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2020-02-04 17:20:39 +01:00
#!/bin/sh
Compose: start dev server in frontend container
2020-02-17 12:40:19 +01:00
npm start -- --host 0.0.0.0 --port
8000