Build the image and start a container using the provided Dockerfile
:
docker build -t logibooks-ui .
docker run --rm -p 8080:80 logibooks-ui
The container serves the compiled application through nginx and includes the custom error pages from config/public
.