Refactor Dockerfile to avoid needing to run supporting scripts (i.e. 'docker build .' will work) and minimise layers. Fixes #4752
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=110a51c5b20d84336db5c477ef0722c73af8114b Modified Files -------------- Dockerfile | 174 ++++++++++++++++++++++++++++++++++++++ Makefile | 7 +- docs/en_US/release_notes_4_13.rst | 1 + pkg/docker/.dockerignore | 2 - pkg/docker/Dockerfile | 98 --------------------- pkg/docker/README | 131 +++------------------------- pkg/docker/build.sh | 61 ------------- 7 files changed, 190 insertions(+), 284 deletions(-)