Skip to content

Commit

Permalink
make: use www-data
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jun 13, 2023
1 parent db8be81 commit d212ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ check-code:
$(DOCKER_COMPOSE) run --rm app su -c "./occ app:check-code qownnotesapi" www-data

sign-app:
$(DOCKER_COMPOSE) run --rm app ../sign-app.sh
$(DOCKER_COMPOSE) run --rm app ../sign-app.sh www-data

sign-app-owncloud:
$(DOCKER_COMPOSE) run --rm app ../sign-app-owncloud.sh
Expand Down

0 comments on commit d212ee1

Please sign in to comment.