In executing the Docker build script, you'll notice a few issues.
- It is targeting
development which does not exist in the Dockerfile.
- There are no
build-arg values being passed in, which makes the FROM instruction have invalid syntax.
- The image
nginx-unprivileged-headers-more does not exist on Docker hub.
- The
Dockerfile references scripts that do not exist. variable_replacement.sh, entrypoint.sh Can these be shared?
In executing the Docker build script, you'll notice a few issues.
developmentwhich does not exist in the Dockerfile.build-argvalues being passed in, which makes theFROMinstruction have invalid syntax.nginx-unprivileged-headers-moredoes not exist on Docker hub.Dockerfilereferences scripts that do not exist.variable_replacement.sh,entrypoint.shCan these be shared?