mirror of
https://github.com/docker/compose.git
synced 2025-07-07 05:44:25 +02:00
5 lines
113 B
Bash
Executable File
5 lines
113 B
Bash
Executable File
#! /bin/sh
|
|
|
|
if [ "${LOCALDOMAIN}" != "" ]; then echo "search ${LOCALDOMAIN}" >> /etc/resolv.conf; fi
|
|
exec "$@"
|