pgadmin4/pkg/docker/run_pgadmin.py
Максим Кольцов 05e2e3cb39 Update container build to use Alpine Linux and Gunicorn instead of CentOS and Apache. Fixes #3246
This results in a much more slim-line container, requiring fewer resources to run.
In addition, the majority of the build is now done using the Docker infrastructure, allowing for quicker rebuilds and better use of layers.
2018-04-04 16:18:17 +01:00

5 lines
70 B
Python

import builtins
builtins.SERVER_MODE = True
from pgAdmin4 import app