This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user