The live site is available here: https://entropia.de
- Build the container
docker build -t entropia-landing-page:latest .
- Run the container
docker run -p 3000:80 entropia-landing-page # production
docker run -p 3000:80 -v ./public:/var/www/html entropia-landing-page # development
- A web server like nginx or Apache
- PHP >= 8.1 (older versions may also work but have not been tested)
- Clone this repository to any web server fulfilling the requirements listed above
- Set the
public
folder as your web root directory