test
This commit is contained in:
@@ -21,10 +21,10 @@ RUN apk add --no-cache \
|
|||||||
|
|
||||||
RUN ln -sf /usr/bin/php84 /usr/bin/php
|
RUN ln -sf /usr/bin/php84 /usr/bin/php
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /var/www
|
||||||
|
|
||||||
# Copy with explicit error handling
|
# Copy with explicit error handling
|
||||||
COPY --chown=root:root . /app || true
|
COPY --chown=root:root . /var/www || true
|
||||||
|
|
||||||
COPY --from=docker.io/composer:latest /usr/bin/composer /usr/bin/composer
|
COPY --from=docker.io/composer:latest /usr/bin/composer /usr/bin/composer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user