mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-19 14:38:43 +02:00
Simplify docker config.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
chown -R swap_user "$DATADIRS"
|
||||
exec gosu swap_user "$@"
|
||||
|
||||
Reference in New Issue
Block a user