mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
testing docker configs
This commit is contained in:
parent
1bb3fe5b12
commit
a850d6ff88
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Pull base image
|
||||
FROM public.ecr.aws/lambda/python:3.10
|
||||
FROM lambci/lambda:build-python3.10
|
||||
|
||||
# Set environment variables
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ custom:
|
|||
useDocker: true
|
||||
dockerSsh: true
|
||||
fileName: requirements/base.txt
|
||||
dockerRunCmdExtraArgs: ['--platform', 'linux/amd64']
|
||||
customDomain:
|
||||
domainName: api.${self:provider.environment.DOMAIN_NAME}
|
||||
createRoute53Record: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue