Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 267 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 267 Bytes

hypha-tokensale-satic-website

using docker:

from inside the website folder run the command:

docker run -d -p 8080:80 --name hypha-tokensale -v "$PWD":/var/www/html php:apache /bin/bash -c 'a2enmod rewrite; apache2-foreground'

then visit https://localhost:8080