Skip to content
Snippets Groups Projects
Select Git revision
  • 04d85c79fb4f3b3402ef9a782f3f32cd92df84b5
  • collabora/staging default
  • aptly-docker
  • collabora/production
  • ci-perl
  • always-tag-staging-production
  • wip/bookworm-backend
  • master
  • wip/refi64/aptly-tests
  • wip/sjoerd/aptly-in-own-container
  • relax-liveness-check
  • wip/integration-test
  • wip/collabora/emulated-builds
  • collabora/master/rebase
  • wip/docker-stuff
  • allow-build-deps
  • 2.10
  • 2.9
  • 2.8
  • 2.7
  • 2.6
  • 2.10.23
  • 2.10.22
  • 2.10.21
  • 2.10.20
  • 2.10.19
  • 2.10.18
  • 2.10.17
  • 2.10.16
  • 2.10.15
  • 2.10.14
  • 2.10.13
  • 2.10.12
  • 2.10.11
  • 2.10.10
  • 2.10.9
  • 2.10.7
  • 2.10.6
  • 2.10.5
  • 2.10.4
  • 2.10.3
41 results

frontend-docker-entrypoint.sh

Blame
  • frontend-docker-entrypoint.sh 305 B
    #!/bin/sh -e
    
    cd /obs/src/api
    
    # Make sure there are no stale files from previous runs
    rm -rfv tmp/pids/*
    chown -R frontend log tmp
    
    chmod a+rwxt /tmp
    
    /opt/configure-app.sh
    /opt/configure-db.sh
    /opt/configure-sso.py
    
    : ${OBS_FRONTEND_WORKERS:=4}
    export OBS_FRONTEND_WORKERS
    
    exec /usr/bin/supervisord -n