mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-07-31 00:28:22 -05:00
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
77 B
Python
5 lines
77 B
Python
HELP_PATH = '../../docs'
|
|
DEFAULT_BINARY_PATHS = {
|
|
'pg': '/usr/bin'
|
|
}
|