mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-12 13:29:08 +00:00
don't use aws lambda
This commit is contained in:
parent
f84a50a9e2
commit
4581b3ad82
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@ WORKDIR /var/task
|
|||
COPY pyproject.toml poetry.lock ./
|
||||
RUN pip install poetry \
|
||||
&& poetry export -f requirements.txt --without-hashes --only main -o requirements.txt \
|
||||
&& pip install -r requirements.txt --target . \
|
||||
&& rm -rf ~/.cache .venv
|
||||
&& pip install -r requirements.txt --target
|
||||
|
||||
# Copy app code
|
||||
COPY etl/ etl/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue