added script to run with .env

This commit is contained in:
2026-06-04 18:45:27 +02:00
parent 1af79461b1
commit 7045e3dfd1
4 changed files with 23 additions and 0 deletions
+3
View File
@@ -13,6 +13,9 @@ FROM nginx:alpine AS runner
WORKDIR /usr/share/nginx/html
COPY --from=builder /app/dist .
COPY docker-entrypoint.d/10-runtime-env.sh /docker-entrypoint.d/10-runtime-env.sh
RUN chmod +x /docker-entrypoint.d/10-runtime-env.sh
COPY nginx.conf /etc/nginx/templates/default.conf.template
EXPOSE 80