add copy to dockerfile
All checks were successful
build / build (push) Successful in 10s

This commit is contained in:
Constantin Simonis 2024-12-04 16:31:21 +01:00
parent 058af382f0
commit 28ad40c220
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -15,4 +15,6 @@ RUN docker-php-ext-configure intl
RUN docker-php-ext-install pdo pdo_mysql mysqli gd opcache intl zip calendar dom mbstring zip gd xsl && a2enmod rewrite RUN docker-php-ext-install pdo pdo_mysql mysqli gd opcache intl zip calendar dom mbstring zip gd xsl && a2enmod rewrite
RUN pecl install apcu && docker-php-ext-enable apcu RUN pecl install apcu && docker-php-ext-enable apcu
COPY ../* /var/www/project/
WORKDIR /var/www WORKDIR /var/www