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 cf5b6ef commit 13cd632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coolify.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo "max_execution_time=900" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug
COPY . /app
# Get latest Composer
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
RUN composer install --iginore-platform-reqs --no-dev --no-interaction --no-plugins --no-scripts --prefer-dist
RUN composer install --ignore-platform-reqs --no-dev --no-interaction --no-plugins --no-scripts --prefer-dist

COPY --from=static-assets --chown=9999:9999 /app/public/build ./public/build

Expand Down

0 comments on commit 13cd632

Please sign in to comment.