forked from dockers/pixelfed
harden entrypoint
This commit is contained in:
parent
108693a7e4
commit
6161f2b9b1
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
set -xeo pipefail
|
||||||
|
|
||||||
cp -r storage.skel/* storage/
|
cp -r storage.skel/* storage/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue