OPO.js website
$ npm run start:dev
- Install
Docker. - Pull the
Dockerimage from the Docker Hub usingdocker pull opojs/opojs.com. - Verify if your image was correctly installed using the
docker imagescommand. - Run your image using
docker run -p [HOST_PORT]:[CONTAINER_PORT] -d opojs/opojs.com.
You can obtain the container logs using docker logs <container id> and you can obtain the container id using docker ps.