In README in "Run as Docker Container" section in step 5. Run the container, It should be changed to: ```bash docker run --rm -d -p <DESIRED_PORT>:80 \ -v ./env-config.js:/usr/share/nginx/html/env-config.js \ --name eps-frontend \ eps-frontend ```
In README in "Run as Docker Container" section in step 5. Run the container, It should be changed to: