We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c77cdf commit 4114299Copy full SHA for 4114299
2 files changed
1.2/docker-entrypoint.sh
@@ -4,7 +4,7 @@ set -e
4
5
# allow the container to be started with `--user`
6
if [ "$(id -u)" = '0' ]; then
7
- chown -R wirecloud .
+ chown -R wirecloud data
8
chown -R wirecloud /var/www/static
9
fi
10
dev/docker-entrypoint.sh
0 commit comments