Sign inSign up

jpksf/checkout

By jpksf

Updated over 10 years ago

Image
0

289

jpksf/checkout repository overview

#small FROM iron/php:5.6 RUN apk update && apk upgrade

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer

RUN mkdir vendor COPY vendor/autoload.php
vendor/sendgrid/sendgrid/lib/SendGrid/Email.php
iron_cache.phar
composer.* home/

RUN rm -rf /var/cache/apk/*

#allvendor FROM iron/php:5.6 RUN apk update && apk upgrade

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer

COPY vendor/* vendor/

RUN rm -rf /var/cache/apk/*

Tag summary

Content type

Image

Digest

Size

10.9 MB

Last updated

over 10 years ago

docker pull jpksf/checkout:allvendor