improve Dockerfile for cutlergyor

This commit is contained in:
Schneider Roland 2022-08-02 18:47:14 +02:00
parent e7f21e7549
commit a79ccc182c

View File

@ -38,8 +38,8 @@ RUN apt-get -y install \
# Install composer
COPY install-composer /install-composer
RUN chmod a+x /install-composer \
RUN /install-composer && rm /install-composer
RUN chmod a+x /install-composer
RUN bash /install-composer && rm /install-composer
RUN a2enmod headers
RUN a2enmod rewrite