Add a Dockerfile for future Docker support

This commit is contained in:
thealhu 2024-06-27 19:25:35 +02:00
parent 6ba34ebf77
commit df6b70a365
3 changed files with 36 additions and 0 deletions

4
docker/configini.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
if [ ! -f "/config/config.ini" ]; then
cp "/TC2-BBS-mesh/config.ini" "/config/config.ini"
fi