Skip to content
Snippets Groups Projects
Commit 91ba573f authored by TonyFord's avatar TonyFord
Browse files

add console/php-server

parent 03e8bcbc
No related branches found
No related tags found
No related merge requests found
console/help 100644 → 100755
......@@ -3,4 +3,5 @@ echo ""
echo -e "console/jekyll\t\t( run container shell )"
echo -e "console/jekyll_debug\t\t( run jekyll in debug mode )"
echo -e "console/help"
echo -e "console/php-server\t\t( run container shell )"
echo -e "console/ps \t\t\t( list containers )"
#!/bin/bash
docker-compose exec php-server bash
......@@ -39,6 +39,7 @@ export `cat ./env/*`
# set executable to console and deployment commands
chmod +x console/jekyll
chmod +x console/php-server
chmod +x console/help
chmod +x console/ps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment