Skip to content

Commit

Permalink
Added comments to shell scripts in tools directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kasteckis committed Dec 29, 2020
1 parent 11f35b7 commit 22933b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

# Add custom build commands here such as - composer install, npm run build etc.

echo "Project was successfully built!"
3 changes: 3 additions & 0 deletions tools/develop_init.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

# This script should be ran only 1 time after the first docker compose build

cd /var/www/html
# composer install # Uncomment this if you have composer already setup
# php bin/console d:s:u --force # Uncomment this if you want to update database scheme on every docker compose up
Expand Down

0 comments on commit 22933b4

Please sign in to comment.