Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 533 Bytes

File metadata and controls

30 lines (19 loc) · 533 Bytes

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