Skip to content

Using PHP and Docker create a webpage from instructions

Notifications You must be signed in to change notification settings

odb2/Developer-Files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer-Files

Project Info

  • Most of the changes were made inside index.php and digital-journal.css

Deploy Instructions

  • install docker and enable wsl2

  • run docker image build -t php8 .

  • run docker run -it --rm -p 80:80 -p 443:443 --name php8site -v "$PWD":/var/www/html php8

  • open localhost

Example

  • Below is how it should look when the mouse is over the vocab which shows the popup

About

Using PHP and Docker create a webpage from instructions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published