Played around with containarizing my website + creating a server for it + building through CD pipeline :)
docker build -t personal-site .
and then docker run -p 8080:8080 personal-site
- Command for viewing generated directory:
docker run -it personal-site /bin/sh