From c467a4c524a56f1ea8b7fc5dbcff2d6856003022 Mon Sep 17 00:00:00 2001 From: Sam ONeill Date: Sun, 16 Apr 2023 10:57:01 +1200 Subject: [PATCH] Updates development files --- development/restore_production_files.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 development/restore_production_files.sh 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