#!/bin/bash

set -e
ln -s /run/secrets/github_auth ./auth.json

composer update --no-interaction --prefer-dist
