Skip to content
Snippets Groups Projects
Verified Commit ba84d9ba authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch 'fix_docker_startup' into test

parents 73352316 55e99d06
No related branches found
No related tags found
1 merge request!531[CI] Enable review apps
Pipeline #6474 waiting for manual action
#!/bin/bash
RUN_MODE=${RUN_MODE:-uwsgi}
HTTP_PORT=${HTTP_PORT:-8000}
RUN_MODE=uwsgi
if [[ -z $ALEKSIS_secret_key ]]; then
if [[ ! -e /var/lib/aleksis/secret_key ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment