mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add epc auth token
This commit is contained in:
parent
47c14e798c
commit
c3ff4c9d6b
1 changed files with 2 additions and 0 deletions
|
|
@ -5,10 +5,12 @@ FROM public.ecr.aws/lambda/python:3.10
|
|||
ARG DEV_DB_HOST
|
||||
ARG DEV_DB_PORT
|
||||
ARG DEV_DB_NAME
|
||||
ARG EPC_AUTH_TOKEN
|
||||
|
||||
ENV DB_HOST=${DEV_DB_HOST}
|
||||
ENV DB_PORT=${DEV_DB_PORT}
|
||||
ENV DB_NAME=${DEV_DB_NAME}
|
||||
ENV EPC_AUTH_TOKEN=${EPC_AUTH_TOKEN}}
|
||||
|
||||
|
||||
# Set working directory (Lambda task root)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue