forked from MarseyWorld/MarseyWorld
gdf
parent
aaf7c0f02e
commit
3dbe6af87f
13
appspec.yml
13
appspec.yml
|
@ -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
|
|
@ -1,8 +0,0 @@
|
|||
version: 0.2
|
||||
phases:
|
||||
install:
|
||||
runtime-versions:
|
||||
python: 3.7
|
||||
artifacts:
|
||||
files:
|
||||
- '**/*'
|
|
@ -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.
|
Loading…
Reference in New Issue