Skip to content

carolinar7/personal-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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