Skip to content

Entrypoint fix and Puma configuration update

Andrej Shadura requested to merge dockerisation-fixes into collabora/staging
  • Create GNUPGHOME with -p to prevent failures if it already exists.

    If the GNUPGHOME existed but was empty, mkdir would fail without -p.

  • Preload the frontend before forking off workers with preload_app!.

    Create GNUPGHOME with -p to prevent failures if it already exists. (We’ve been running our 2.7 instance with this specified on command line for some time already.)

Merge request reports