Skip to content

schemes-ohyeah/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

website

Docker on the Server

  1. Pull the most recent version from git
  2. cd into the website root directory
  3. Build the docker image with docker build -t schemes-image .
  4. Stop the currently running container docker stop schemes-container
  5. Remove the old container docker rm schemes-container
  6. Create and run the new image docker run -d --name schemes-container -p 10020:80 schemes-image

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •