We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4f2af commit df75972Copy full SHA for df75972
scripts
@@ -103,7 +103,7 @@ cp_bin() {
103
local stopContainer=0;
104
105
if [ "$(docker container inspect -f '{{.State.Running}}' ${IMAGE_NAME} | true)" != "true" ]; then
106
- start_nginx
+ start
107
stopContainer=1
108
fi
109
@@ -117,7 +117,7 @@ cp_bin() {
117
118
if [ $stopContainer ]; then
119
printf "${MAGENTA}Stopping NGINX container (${IMAGE_NAME})...${NC}\n"
120
- stop_nginx
+ stop
121
122
}
123
0 commit comments