From f99b0594d9fb06ce6f2f583d9a8813d1c5efa8c1 Mon Sep 17 00:00:00 2001 From: dohodin Date: Mon, 27 Mar 2023 16:05:59 +0200 Subject: [PATCH] Dockefile work fine, image created 2 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 336ae95..eeb8dba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM php:8.1-apache -RUN apt-get update && apt-get install -y git zip +RUN apt-get update && apt-get install -y git zip tree +RUN tree COPY . /var/www/html WORKDIR /var/www/html/Source/Config RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer