6 lines
67 B
Bash
6 lines
67 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source constants.sh
|
||
|
|
||
|
docker rm -f $APP_CONTAINER_NAME
|