mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 08:33:45 +01:00
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Hot/live reload - only works in debug mode
|
|
|
|
docker exec contentdb_app_1 sh -c "cp -r /source/* ."
|