#!/bin/bash

set -e

ln -s /run/secrets/COMPOSER_AUTH /var/www/html/auth.json
composer update --no-install
