OPO.js website
$ npm run start:dev
- Install
Docker
. - Pull the
Docker
image from the Docker Hub usingdocker pull opojs/opojs.com
. - Verify if your image was correctly installed using the
docker images
command. - 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
.