@ -17,6 +17,8 @@ I am a big fan of Academind on uDemy and YouTube. Their classes on eDemy are con
## UBUNTU INSTALLATION
hmmmm, this looks like it should be a bash script.
### Base Install
As usual, update your packages
@ -17,3 +17,6 @@ EXPOSE 80
## Run a container from the image
`docker run -d -p 8080:80 myproject:v1`
## View the site
Open a browser at `http://localhost:8080`