Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

fix(assets): Ensure apache2/fpm running as PID 1 #536

Merged
merged 1 commit into from
Aug 29, 2023

Commits on Aug 25, 2023

  1. fix(assets): Ensure apache2/fpm running as PID 1

    In order to stop container quickly, we need to run apache2 or fpm as PID 1
    
    * Use CMD "exec form" instead of "shell form"
    * Use exec "binary" instead of "binary"
    * Use apache2 instead of apache2ctl
    * See also https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact
    lberruti committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d814ea3 View commit details
    Browse the repository at this point in the history