try as per docs

This commit is contained in:
Ronald A. Richardson
2023-08-02 19:31:48 +08:00
parent 68ee8be32c
commit eb12313614
2 changed files with 3 additions and 8 deletions

View File

@@ -54,12 +54,6 @@ RUN mkdir -p /var/www/.composer && chown www-data:www-data /var/www/.composer
# Load the secret into the auth.json file.
RUN --mount=type=secret,id=composer_auth,dst=/root/.composer/auth.json
# Print composer auth information for debugging
RUN echo $COMPOSER_AUTH
# Print the contents of the auth.json file
RUN cat /root/.composer/auth.json
# Setup logging
# RUN mkdir -p ./storage/logs/ && ln -sf /dev/stdout ./storage/logs/laravel-$(date +'%Y-%m-%d').log
RUN mkdir -p ./storage/logs/ && touch ./storage/logs/laravel-$(date +'%Y-%m-%d').log