nexjts - how i deploy it on a docker container running nginx




You need to have something like prod setup below :-





Next, run your docker container and mount it to a nginx default folder,


sudo docker run  -p 8008:80 -v $(pwd):/usr/share/nginx/html nginx


Fire up your browser and then type localhost:8008



Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm