Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 339 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 339 Bytes

Docker + GCP Cloud Run

Played around with containarizing my website + creating a server for it + building through CD pipeline :)

Commands to run

docker build -t personal-site . and then docker run -p 8080:8080 personal-site

Helpfule commands

  • Command for viewing generated directory: docker run -it personal-site /bin/sh