mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
Simplify docker config.
This commit is contained in:
6
docker/entrypoint.sh
Executable file
6
docker/entrypoint.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
chown -R swap_user "$DATADIRS"
|
||||
exec gosu swap_user "$@"
|
||||
|
||||
Reference in New Issue
Block a user