#Paypal test integration
-
You will need Docker installed on your laptop
-
Build the image with docker
docker build . -t simple-server
- Run the a new container and choose a port
docker run --rm -p 5000:5000 simple-server
- Open a browser and put the URL
http:// localhost:5000/client.html