b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/mainpay/guzzle/
File Upload :
Current File : E:/www/b-group.old/spfin/mainpay/guzzle/Dockerfile

FROM composer:latest as setup

WORKDIR /guzzle

RUN set -xe \
    && composer init --name=guzzlehttp/test --description="Simple project for testing Guzzle scripts" --author="Márk Sági-Kazár <mark.sagikazar@gmail.com>" --no-interaction \
    && composer require guzzlehttp/guzzle


FROM php:7.3

WORKDIR /guzzle

COPY --from=setup /guzzle /guzzle

Copyright © 2019 by b0y-101