removed sh script

This commit is contained in:
2026-06-08 19:46:50 +02:00
parent ea18228299
commit 1928068499
5 changed files with 1 additions and 25 deletions
-3
View File
@@ -13,9 +13,6 @@ 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