You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install docker,
make folder "site" in your user directory add the files in it and run the docker or replace ~/site with your custom location bellow
docker run -it -d -p 80:80 --name dockercontainername -v ~/site:/usr/share/nginx/html nginx
if you want run it on another port ex. 8080 then change -p 8080:80
Hi All, this looks like a very interesting project- thanks for your effort.
Is anyone aware if there is a Docker version of this project?
Cheers
The text was updated successfully, but these errors were encountered: