To build and run the application in your local environment:
docker build -t ff-lab-ui:latest .
docker run -it --rm -p 8000:80 ff-lab-ui:latest
Access at http://localhost:8000
To build and run the application in your local environment:
docker build -t ff-lab-ui:latest .
docker run -it --rm -p 8000:80 ff-lab-ui:latest
Access at http://localhost:8000