While running docker build for the pre-registration-ui, I’m getting this error. chown: cannot access '/usr/share/nginx/html/assets/i18n': No such file or directory Error: error building at STEP "RUN chown -R ${container_user}:${container_user} ${base_path}/assets/i18n": error while running runtime: exit status 1
Can you please use below command to do angular build: ng build "--prod" "--base-href" "." "--output-path=dist"
Instead of ng build "--prod" "--base-href" "."
After that you can do docker build docker build -t preregui .
And to run docker image: docker run -d -p 8080:8080 --name nginx preregui
Access from browser: http://localhost:8080/pre-registration-ui/#/eng