Closed yardenshoham closed 2 years ago
Added a Dockerfile so HEAD could be deployed as a container!
HEAD
To build, run:
docker build -t head .
To start serving the website:
docker run -d -p 8080:80 head.
docker run -d -p 8080:80 head
Now you can go to http://localhost:8080/ and browse HEAD!
Added a Dockerfile so
HEAD
could be deployed as a container!To build, run:
docker build -t head .
To start serving the website:
docker run -d -p 8080:80 head
.Now you can go to http://localhost:8080/ and browse HEAD!