Skip to content

Commit

Permalink
Update Drupal Core, Mark-a-Spot, add more RAM to php container
Browse files Browse the repository at this point in the history
  • Loading branch information
markaspot committed Dec 19, 2023
1 parent ae206f2 commit 9f3612a
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 148 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ RUN apk add --no-cache \
&& docker-php-ext-install -j$(nproc) gd \
&& apk del --no-cache .build-deps

# Copy custom php.ini
COPY conf/php.ini "$PHP_INI_DIR/php.ini"

# Copy composer files to image
COPY composer.json composer.lock ./

Expand Down
Loading

0 comments on commit 9f3612a

Please sign in to comment.