mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
05e2e3cb39
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.
5 lines
70 B
Python
5 lines
70 B
Python
import builtins
|
|
builtins.SERVER_MODE = True
|
|
|
|
from pgAdmin4 import app
|