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