context again
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
699bfd2d57
commit
45e194d53c
|
@ -22,7 +22,6 @@ steps:
|
|||
- name: build-docker-image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
context: docker/
|
||||
dockerfile: docker/Dockerfile.drone
|
||||
auto_tag: true
|
||||
repo: registry.xrg.io/xrg.es
|
||||
|
|
|
@ -18,8 +18,8 @@ RUN usermod -u 1000 www-data && groupmod -g 1000 www-data
|
|||
RUN chown -R www-data:www-data /var/www
|
||||
|
||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||
COPY zz-custom-php.ini "$PHP_INI_DIR/conf.d/"
|
||||
COPY zz-custom-phpfpm.conf /usr/local/etc/php-fpm.d/zz-docker.conf
|
||||
COPY docker/zz-custom-php.ini "$PHP_INI_DIR/conf.d/"
|
||||
COPY docker/zz-custom-phpfpm.conf /usr/local/etc/php-fpm.d/zz-docker.conf
|
||||
|
||||
COPY ../frontend/build /var/www/frontend
|
||||
COPY ../backend /var/www/backend
|
||||
COPY frontend/build /var/www/frontend
|
||||
COPY backend /var/www/backend
|
||||
|
|
Loading…
Reference in New Issue