File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,7 +192,6 @@ COPY pkg/docker/entrypoint.sh /entrypoint.sh
192192
193193# License files
194194COPY LICENSE /pgadmin4/LICENSE
195- COPY DEPENDENCIES /pgadmin4/DEPENDENCIES
196195
197196# Install runtime dependencies and configure everything in one RUN step
198197RUN apk add --no-cache \
Original file line number Diff line number Diff line change @@ -239,7 +239,6 @@ REM Main build sequence Ends
239239
240240 ECHO Staging license files...
241241 COPY " %WD% \LICENSE" " %BUILDROOT% \" > nul || EXIT /B 1
242- COPY " %WD% \DEPENDENCIES" " %BUILDROOT% \" > nul || EXIT /B 1
243242
244243 ECHO Creating config_distro.py
245244 ECHO SERVER_MODE = False > " %BUILDROOT% \web\config_distro.py"
Original file line number Diff line number Diff line change @@ -242,7 +242,6 @@ _copy_code() {
242242
243243 # License files
244244 cp " ${SOURCEDIR} /LICENSE" " ${SERVERROOT} /usr/${APP_NAME} /"
245- cp " ${SOURCEDIR} /DEPENDENCIES" " ${SERVERROOT} /usr/${APP_NAME} /"
246245
247246 # Web setup script
248247 mkdir -p " ${WEBROOT} /usr/${APP_NAME} /bin/"
Original file line number Diff line number Diff line change 9090done
9191
9292cd ../
93- for FILE in LICENSE DEPENDENCIES README.md
93+ for FILE in LICENSE README.md
9494do
9595 echo Adding ${FILE}
9696 # We use tar here to preserve the path, as Mac (for example) doesn't support cp --parents
You can’t perform that action at this time.
0 commit comments