Skip to content

Commit

Permalink
Update coolify.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero authored Sep 13, 2024
1 parent f42178d commit 98cc2cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coolify.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ 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

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

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

Expand Down

0 comments on commit 98cc2cd

Please sign in to comment.