mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
creating serverless requirements
This commit is contained in:
parent
aaf15da491
commit
bb699f8f6d
2 changed files with 5 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ provider:
|
||||||
|
|
||||||
|
|
||||||
package:
|
package:
|
||||||
individually: true
|
# individually: true
|
||||||
# include:
|
# include:
|
||||||
# - backend/**
|
# - backend/**
|
||||||
# # Might need to refine the paths that are included
|
# # Might need to refine the paths that are included
|
||||||
|
|
@ -35,7 +35,8 @@ custom:
|
||||||
dockerFile: backend/docker/Dockerfile
|
dockerFile: backend/docker/Dockerfile
|
||||||
useDocker: true
|
useDocker: true
|
||||||
dockerSsh: true
|
dockerSsh: true
|
||||||
# fileName: backend/requirements/base.txt
|
fileName:
|
||||||
|
- serverless_requirements.txt
|
||||||
dockerBuildCmdExtraArgs:
|
dockerBuildCmdExtraArgs:
|
||||||
- '--progress=plain'
|
- '--progress=plain'
|
||||||
customDomain:
|
customDomain:
|
||||||
|
|
|
||||||
2
serverless_requirements.txt
Normal file
2
serverless_requirements.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
-r backend/requirements/base.txt
|
||||||
|
-r model_data/requirements/requirements.txt
|
||||||
Loading…
Add table
Reference in a new issue