Merge branch 'feature/extensions-registry' into feature-registry-extension-updates

This commit is contained in:
Ron
2024-07-18 00:50:16 +07:00
committed by GitHub
11 changed files with 278 additions and 28 deletions

View File

@@ -31,7 +31,7 @@ RUN sed -e 's/^expose_php.*/expose_php = Off/' "$PHP_INI_DIR/php.ini-production"
-e 's/^memory_limit.*/memory_limit = 600M/' "$PHP_INI_DIR/php.ini"
# Install global node modules
RUN npm install -g chokidar ember-cli pnpm
RUN npm install -g chokidar pnpm ember-cli
# Install ssm-parent
COPY --from=ghcr.io/springload/ssm-parent:1.8 /usr/bin/ssm-parent /sbin/ssm-parent