A frontend app in React to display search results from an Apple search api. Express static file serving was used in this project
In your project directory, run
docker build --build-arg PORT=9000 --tag next-app-frontend-castro:latest .
When build is complete you can verify your image with:
docker images
Then run your image with (make sure port 4000 is free on your local machine):
docker run -p 4000:9000 -d --name next-app-frontend-castro next-app-frontend-castro