phar
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 22m31s

This commit is contained in:
2025-12-09 21:18:18 -03:00
parent e6779edec7
commit 1e95a3cf07
3 changed files with 4 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ RUN apk add --no-cache --update nginx \
# Copy dependencies from vendor stage
COPY --from=vendor /app/vendor /var/www/html/vendor
# Copy aws.phar
COPY vendor/aws.phar /var/www/html/vendor/aws.phar
# Copy application code
COPY . /var/www/html/