Skip to content

Commit

Permalink
Merge pull request #469 from jesusantguerrero/jesusantguerrero-patch-6
Browse files Browse the repository at this point in the history
Update coolify.Dockerfile
  • Loading branch information
jesusantguerrero authored Sep 13, 2024
2 parents 9eb6c82 + 0fc511a commit f7de00b
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 @@ -45,7 +45,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
RUN chown -R www-data:www-data /var/www

RUN composer install --ignore-platform-reqs --no-dev --no-interaction --no-plugins --no-scripts --prefer-dist
RUN npx yarn install --frozen-lockfile && yarn && yarn build && npm prune --production
RUN npx yarn install --frozen-lockfile && npx yarn && npx yarn build && npm prune --production

# RUN php artisan route:cache
# RUN php artisan view:cache
Expand Down

0 comments on commit f7de00b

Please sign in to comment.