Simplify docker config.

This commit is contained in:
tecnovert
2020-12-02 23:19:10 +02:00
parent 8c9105ce01
commit 3bbb483a0a
8 changed files with 52 additions and 34 deletions

6
docker/entrypoint.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
chown -R swap_user "$DATADIRS"
exec gosu swap_user "$@"