File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,7 @@ COPY --from=env-builder /venv /venv
183183
184184# Copy in the tools
185185COPY --from=tool-builder /usr/local/pgsql /usr/local/
186- COPY --from=pg18-builder /usr/local/lib/libpq.so.5.18 /usr/lib/
187- COPY --from=pg18-builder /usr/lib/liblz4.so.1.10.0 /usr/lib/
186+ COPY --from=pg18-builder /usr/local/lib/libpq.so.5.18 /usr/lib/liblz4.so.1.10.0 /usr/lib/
188187
189188RUN ln -s libpq.so.5.18 /usr/lib/libpq.so.5 && \
190189 ln -s libpq.so.5.18 /usr/lib/libpq.so && \
@@ -196,8 +195,7 @@ ENV PYTHONPATH=/pgadmin4
196195# Copy in the code and docs
197196COPY --from=app-builder /pgadmin4/web /pgadmin4
198197COPY --from=docs-builder /pgadmin4/docs/en_US/_build/html/ /pgadmin4/docs
199- COPY pkg/docker/run_pgadmin.py /pgadmin4
200- COPY pkg/docker/gunicorn_config.py /pgadmin4
198+ COPY pkg/docker/run_pgadmin.py pkg/docker/gunicorn_config.py /pgadmin4/
201199COPY pkg/docker/entrypoint.sh /entrypoint.sh
202200
203201# License files
You can’t perform that action at this time.
0 commit comments