hepp
This commit is contained in:
parent
ffb9f6e1f8
commit
112ebdc8cd
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
set -e
|
||||
|
||||
# write files owned by the user who runs the container
|
||||
# if your volume is mounted at /browsertime, use it as CWD
|
||||
# if your volume is mounted at /sitespeed.io, use it as CWD
|
||||
[[ -d /sitespeed.io && "$PWD" = "/" ]] && cd /sitespeed.io
|
||||
|
||||
uid=$(stat -c '%u' . 2>/dev/null || echo 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue