6 lines
155 B
Bash
6 lines
155 B
Bash
#!/bin/bash
|
|
|
|
sed -i '/trap clean_exit SIGTERM/s/^/#/' ${DOCKERFILE_PATH%Dockerfile}run-document-server.sh
|
|
|
|
docker build -f $DOCKERFILE_PATH -t $IMAGE_NAME
|