X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/vendor/guzzlehttp/guzzle
home
/
gfecatvj
/
sites
/
realesbar-X
/
vendor
/
guzzlehttp
/
guzzle
/
๐
..
๐
.php_cs
(645 B)
๐
CHANGELOG.md
(76.97 KB)
๐
Dockerfile
(387 B)
๐
LICENSE
(1.09 KB)
๐
README.md
(3.56 KB)
๐
UPGRADING.md
(49.58 KB)
๐
composer.json
(1.32 KB)
๐
src
Editing: Dockerfile
FROM composer:latest as setup RUN mkdir /guzzle 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 RUN mkdir /guzzle WORKDIR /guzzle COPY --from=setup /guzzle /guzzle
Upload File
Create Folder