improve Dockerfile for cutlergyor
This commit is contained in:
parent
e7f21e7549
commit
a79ccc182c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user