Skip to content

Commit

Permalink
chore: update coolify docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero committed Sep 11, 2024
1 parent 5004c23 commit d6f9775
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions coolify.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ ARG user
ARG uid
ARG TZ

WORKDIR /app

ENV user $user
ENV uid $uid
ENV TZ $TZ
Expand All @@ -37,6 +39,7 @@ pecl install mailparse && \
echo extension=mailparse.so > /usr/local/etc/php/conf.d/mailparse.ini && \
echo "max_execution_time=900" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini

COPY . /app
# Get latest Composer
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
RUN composer install --no-dev --no-interaction --no-plugins --no-scripts --prefer-dist
Expand Down

0 comments on commit d6f9775

Please sign in to comment.