cd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-11 17:13:34 +01:00
parent f9125edd3c
commit 7847cd0f96

View File

@ -6,7 +6,7 @@ steps:
- name: backend
image: composer:2.1.14
commands:
- composer install && composer dump-autoload --classmap-authoritative && composer dump-env prod && rm -rf var/cache/prod
- cd backend && composer install && composer dump-autoload --classmap-authoritative && composer dump-env prod && rm -rf var/cache/prod
- name: frontend
image: node:16.13.1-alpine