Skip to content

DeplanckeLab/updeplasrv1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Clone the current repo

git clone https://github.com/DeplanckeLab/updeplasrv1.git
cd updeplasrv1

Build the Docker image from Dockerfile

It will automatically pull the latest httpd:latest image.

docker build -t updeplasrv1 .

Run

Run the docker image

You can change the mapped port (here I use 8080)

docker run -d --name updeplasrv1 -p 8080:80 updeplasrv1

Access website

Website should then be accessible from a browser at localhost:8080

About

Scripts for updeplasrv1 Web server (Dockerized)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published