Skip to content

Instantly share code, notes, and snippets.

@victorb
Created August 25, 2014 22:03
Show Gist options
  • Select an option

  • Save victorb/779209d2e4917126ab1d to your computer and use it in GitHub Desktop.

Select an option

Save victorb/779209d2e4917126ab1d to your computer and use it in GitHub Desktop.
RUN mkdir -p /project/api
WORKDIR /project/api
ADD www/composer.json /project/api/composer.json
RUN composer install -vvv --prefer-source --optimize-autoloader
ADD . /project/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment