root chown in Dockerfile faalt lokaal #26

Open
opened 2023-07-02 11:51:32 +00:00 by kiara · 0 comments
Owner

regression since 8cc2e25320 using local build:

$ make build-dev
 => ERROR [15/17] RUN chown -R root /var/www/civi/  2.3s
------
 > [15/17] RUN chown -R root /var/www/civi/wp-content/themes/  /var/www/civi/wp-content/plugins/:
#22 1.935 chown: cannot access '/var/www/civi/wp-content/themes/': No such file or directory
------
executor failed running [/bin/sh -c chown -R root /var/www/civi/wp-content/themes/  /var/www/civi/wp-content/plugins/]: exit code: 1
make: *** [Makefile:16: build] Error 1

commenting the offending line functions as a work-around for local build.

regression since https://code.bij1.org/bij1/civicrm-bij1/commit/8cc2e253200daa2d4351ddc3584da9644d54d15b using local build: ```sh $ make build-dev => ERROR [15/17] RUN chown -R root /var/www/civi/ 2.3s ------ > [15/17] RUN chown -R root /var/www/civi/wp-content/themes/ /var/www/civi/wp-content/plugins/: #22 1.935 chown: cannot access '/var/www/civi/wp-content/themes/': No such file or directory ------ executor failed running [/bin/sh -c chown -R root /var/www/civi/wp-content/themes/ /var/www/civi/wp-content/plugins/]: exit code: 1 make: *** [Makefile:16: build] Error 1 ``` commenting the offending line functions as a work-around for local build.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bij1/civicrm-bij1#26
No description provided.