Framework to create FastCGI apps in Harbour
- Build from root folder of the project:
docker build -t echo -f Examples/echo/Dockerfile . - Run Docker container like this:
docker run --name echo -e TZ=UTC -p 8081:80 echo - Access the webpage from
http://localhost:8081
- Build from root folder of the project:
docker build -t localsandbox -f Examples/LocalSandbox/Dockerfile . - Run Docker container like this:
docker run --name localsandbox -e TZ=UTC -p 8081:80 localsandbox - Access the webpage from
http://localhost:8081