1. cd static-assets
2. docker build -t talk/static-asset:1.0 .
2. docker run -d -p 8081:80 talk/static-asset:1.0
- Locally -
curl http://127.0.0.1:8081
- Lan
- Get your IP :
ifconfig | grep "inet " | grep -v 127.0.0.1
curl http://<YourIP>:8081
- Get your IP :