From dfafc25736e7aabf88d1d4da9560dfcaa4e3cb77 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 21 Feb 2022 09:03:33 +0200 Subject: [PATCH] gdf --- appspec.yml | 13 ------------- buildspec.yml | 8 -------- readme.md | 2 +- 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 appspec.yml delete mode 100644 buildspec.yml diff --git a/appspec.yml b/appspec.yml deleted file mode 100644 index e74241949..000000000 --- a/appspec.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: 0.0 -os: linux -files: - - source: / - destination: files -permissions: - - object: files/* - mode: 4755 -hooks: - AfterInstall: - - location: scripts/install_pip - ApplicationStart: - - location: scripts/start_files \ No newline at end of file diff --git a/buildspec.yml b/buildspec.yml deleted file mode 100644 index 1caacd859..000000000 --- a/buildspec.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 0.2 -phases: - install: - runtime-versions: - python: 3.7 -artifacts: - files: - - '**/*' \ No newline at end of file diff --git a/readme.md b/readme.md index dadf03847..96fcc8d79 100644 --- a/readme.md +++ b/readme.md @@ -18,4 +18,4 @@ docker-compose up 3- That's it! Visit `localhost` in your browser. -4- Optional: to change the domain from "localhost" to something else and configure the site settings, as well as integrate it with the external services the website uses, please edit the variables in the `env` file and then restart the docker container. +4- Optional: to change the domain from "localhost" to something else and configure the site settings, as well as integrate it with the external services the website uses, please edit the variables in the `env` file and then restart the docker container. \ No newline at end of file