mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
prevent warnings
This commit is contained in:
parent
4de85b3e20
commit
f61fc5065a
@ -2,7 +2,7 @@ FROM nginx
|
||||
|
||||
# install php fpm
|
||||
RUN apt-get update \
|
||||
&& apt-get -y --no-install-recommends install curl zip php7.3-curl php7.3-zip php7.3-fpm php7.3-mbstring php7.3-intl php7.3-xml php7.3-pdo php7.3-mysql \
|
||||
&& apt-get -y --no-install-recommends install curl unzip php7.3-curl php7.3-fpm php7.3-mbstring php7.3-intl php7.3-xml php7.3-pdo php7.3-mysql \
|
||||
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
|
||||
|
||||
# install composer
|
||||
@ -11,5 +11,5 @@ COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
||||
COPY . .
|
||||
COPY ./config/nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
RUN composer install --no-scripts --no-autoloader
|
||||
COPY ./config/nginx/nginx.conf /etc/nginx/sites-enabled/nginx.conf
|
||||
RUN composer update --no-scripts --no-autoloader
|
||||
Loading…
x
Reference in New Issue
Block a user