Atualizar Dockerfile
This commit is contained in:
@@ -47,7 +47,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
|
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||||
|
|
||||||
RUN mkdir -p /home/deploy/projects \
|
RUN mkdir -p /home/deploy/projects \
|
||||||
/home/deploy/scripts \
|
/home/deploy/scripts \
|
||||||
|
|||||||
Reference in New Issue
Block a user