rDrama/appspec.yml

13 lines
229 B
YAML
Raw Normal View History

2021-10-15 14:08:27 +00:00
version: 0.0
os: linux
files:
- source: /
destination: files
permissions:
- object: files/*
mode: 4755
hooks:
AfterInstall:
- location: scripts/install_pip
ApplicationStart:
2021-10-08 13:06:21 +00:00
- location: scripts/start_files