We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker-command
1 parent 6c72686 commit b0c4eb5Copy full SHA for b0c4eb5
docker-command
@@ -2,7 +2,7 @@
2
# This is a convenience script for issuing commands to the site's docker environment
3
# Example: ./docker-command php artisan migrate
4
5
-container_id=$(docker ps -q -f name=dcmp_public);
+container_id=$(docker ps -q -f name=dcmp-public);
6
7
if [ ! "$container_id" ]; then
8
echo "Docker Containers are not running. Use: 'docker-compose up -d public'"
0 commit comments