mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
don't use ARG in dockerfile
This commit is contained in:
parent
d05e5bd1f3
commit
a54671e569
1 changed files with 0 additions and 8 deletions
|
|
@ -1,13 +1,5 @@
|
|||
FROM public.ecr.aws/lambda/python:3.11
|
||||
|
||||
ARG DEV_DB_HOST
|
||||
ARG DEV_DB_PORT
|
||||
ARG DEV_DB_NAME
|
||||
|
||||
ENV POSTGRES_HOST=${DEV_DB_HOST}
|
||||
ENV POSTGRES_PORT=${DEV_DB_PORT}
|
||||
ENV POSTGRES_DATABASE=${DEV_DB_NAME}
|
||||
|
||||
WORKDIR /var/task
|
||||
|
||||
COPY lambdas/modelling_e2e/requirements.txt .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue