We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bca884 + 67c37e8 commit 778b43dCopy full SHA for 778b43d
Dockerfile
@@ -3,8 +3,8 @@ FROM hhvm/hhvm:4.128.2
3
RUN apt update -y
4
RUN DEBIAN_FRONTEND=noninteractive apt install -y php-cli zip unzip openssh-client
5
6
-RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
+COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
7
ENV HHVM_VERSION=4.128.2
8
9
-ADD . /app
10
WORKDIR /app
+COPY . /app
0 commit comments