1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-16 13:00:46 +01:00

Update Dockerfile

This commit is contained in:
stanislav.shupilkin 2020-01-16 16:04:59 +03:00
parent 39be17b98c
commit 20940c6077

View File

@ -1,7 +1,5 @@
FROM composer:latest as setup
RUN mkdir /guzzle
WORKDIR /guzzle
RUN set -xe \
@ -11,8 +9,6 @@ RUN set -xe \
FROM php:7.3
RUN mkdir /guzzle
WORKDIR /guzzle
COPY --from=setup /guzzle /guzzle