From 624b750a613bbd22b0ceba574063a4929a1943a9 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 19 Sep 2024 14:36:10 +0200 Subject: Include application in image directly --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 2955edc..abd5d04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local FROM base COPY ./000-default.conf /etc/apache2/sites-available/000-default.conf -#COPY ./src /var/www/html -#WORKDIR /var/www/html -#RUN composer install +COPY ./src /var/www/html +WORKDIR /var/www/html +RUN composer install -- cgit v1.2.3