Atualizar Dockerfile

This commit is contained in:
2026-05-19 13:15:10 +00:00
parent 5ee88729ea
commit ac2c8edcff

View File

@@ -47,7 +47,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& apt-get clean \
&& 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 \
/home/deploy/scripts \