We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb4e53 commit d15524cCopy full SHA for d15524c
1 file changed
Dockerfile
@@ -38,11 +38,11 @@ FROM container-registry.platta-net.hel.fi/devops-toolchain/nginx-spa-standard:1.
38
COPY --from=staticbuilder /app/build /usr/share/nginx/html
39
40
# 2. Inject App-Specific Nginx Config
41
-COPY --from=staticbuilder /app/readiness.conf* /etc/nginx/includes/
+COPY --from=staticbuilder /app/readiness.conf /etc/nginx/includes/placeholder.conf
42
COPY .prod/nginx_env.conf /etc/nginx/env/
43
44
# 3. Setup Runtime Env Injection
45
-# The Managed Entrypoint in the base image will automatically execute env.sh
+WORKDIR /usr/share/nginx/html
46
COPY ./scripts/env.sh .
47
COPY .env .
48
COPY package.json .
0 commit comments