From 3287cb92f6e739c547a2cd61dd676a20479e1522 Mon Sep 17 00:00:00 2001 From: Jeff Lance Date: Sun, 26 Nov 2023 11:42:52 +0100 Subject: [PATCH] up --- docker/.env | 2 +- {app => project}/index.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {app => project}/index.php (100%) diff --git a/docker/.env b/docker/.env index 064366d..190ddf8 100644 --- a/docker/.env +++ b/docker/.env @@ -3,7 +3,7 @@ # COMPOSE_PROJECT_NAME=project-1 APP_NAME=my_app -APP_FOLDER="../app" +APP_FOLDER="../project" # # APACHE diff --git a/app/index.php b/project/index.php similarity index 100% rename from app/index.php rename to project/index.php