Skip to content

Commit

Permalink
release: fix app signing user
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Feb 28, 2023
1 parent 971cb4c commit 51a020e
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 @@ -16,7 +16,7 @@ check-code:
docker-compose run --rm app su -c "./occ app:check-code nextpod" www-data

sign-app:
docker-compose run --rm app ../sign-app.sh
docker-compose run --rm app ../sign-app.sh www-data

show-log:
docker-compose run --rm app tail -f /var/www/html/data/nextcloud.log
Expand Down

0 comments on commit 51a020e

Please sign in to comment.