diff --git a/development/restore_production_files.sh b/development/restore_production_files.sh new file mode 100755 index 0000000..85f33e9 --- /dev/null +++ b/development/restore_production_files.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +git restore docker-compose.yml pathfinder.Dockerfile static/php/php.ini static/pathfinder/environment.ini \ No newline at end of file