mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-05-17 21:15:02 +00:00
5 lines
108 B
Bash
5 lines
108 B
Bash
#!/bin/bash
|
|
|
|
sed -i '/trap clean_exit SIGTERM/s/^/#/' run-document-server.sh
|
|
|
|
docker build -t $IMAGE_NAME .
|