Skip to content

Commit

Permalink
Merge pull request #137 from ministryofjustice/build-patch-staging-me…
Browse files Browse the repository at this point in the history
…rge-dev-test

Add local vars not covered
  • Loading branch information
brown-a2 authored Nov 15, 2023
2 parents d4b0cb6 + 44b89e6 commit 5335161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ while true; do
echo -e '\n######################'
echo -e '# Run Composer'
echo -e '######################\n'
echo -e "Make sure you're connected to MoJ Digital VPN.\n"
echo -e "Make sure you are authenticated to Private Packagist.\n"
rm composer.lock
composer install --no-cache

# Test NPM is installed locally
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ services:
S3_UPLOADS_REGION: ""
S3_UPLOADS_BUCKET: ""
SERVER_NAME: "hale.docker"
PHP_DSN: ""

phpmyadmin:
image: phpmyadmin/phpmyadmin
Expand Down

0 comments on commit 5335161

Please sign in to comment.