#!/bin/bash

## Description: Deploy project from within container
## Usage: deploy

php vendor/bin/dep deploy
