Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

365
Vistas
Keep an Nginx alive after a bash script

I'm currently trying to execute a bash script inside my Nginx container and then keeping it alive of course.

So, my idea was to do what I need to in the bash script and as the last command, the command found with a docker-compose ps. But the container keeps shutting down. Here is a summary of what I currently have

The Dockerfile

FROM nginx:latest

COPY ./run.sh /root/run.sh
RUN ["chmod", "+x", "/root/run.sh"]

CMD ["/root/run.sh"]

run.sh

#!/bin/bash
nginx -g daemon off;

Am I missing something?

about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You need to use: nginx -g "daemon off;", with the option quoted.

about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda