Removed some debug files and also added the poetry export plugin to Dockerfile since poetry 2.0 no longer has it by default
This commit is contained in:
@@ -2,6 +2,8 @@ FROM python:3.11-slim as requirements-stage
|
||||
WORKDIR /tmp
|
||||
RUN pip install poetry
|
||||
COPY pyproject.toml ./poetry.lock* /tmp/
|
||||
# https://python-poetry.org/docs/cli#export
|
||||
RUN poetry self add poetry-plugin-export
|
||||
RUN poetry export -f requirements.txt --output requirements.txt --without-hashes
|
||||
|
||||
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
[debug] [2025-01-05T18:01:58.255Z] ----------------------------------------------------------------------
|
||||
[debug] [2025-01-05T18:01:58.257Z] Command: /usr/bin/node /usr/local/bin/firebase login --reauth
|
||||
[debug] [2025-01-05T18:01:58.257Z] CLI Version: 13.28.0
|
||||
[debug] [2025-01-05T18:01:58.257Z] Platform: linux
|
||||
[debug] [2025-01-05T18:01:58.257Z] Node Version: v18.19.1
|
||||
[debug] [2025-01-05T18:01:58.258Z] Time: Sun Jan 05 2025 18:01:58 GMT+0000 (Western European Standard Time)
|
||||
[debug] [2025-01-05T18:01:58.258Z] ----------------------------------------------------------------------
|
||||
[debug]
|
||||
[info]
|
||||
[info] Visit this URL on this device to log in:
|
||||
[info] https://accounts.google.com/o/oauth2/auth?client_id=563584335869-fgrhgmd47bqnekij5i8b5pr03ho849e6.apps.googleusercontent.com&scope=email%20openid%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloudplatformprojects.readonly%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Ffirebase%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloud-platform&response_type=code&state=211115440&redirect_uri=http%3A%2F%2Flocalhost%3A9005&login_hint=carlos.mesquita%40ecrop.dev
|
||||
[info]
|
||||
[info] Waiting for authentication...
|
||||
@@ -1 +0,0 @@
|
||||
8e44d32a-b921-4650-a0a5-2ad773356b61,batchentitytest1@ecrop.dev,False,5eoALGIXxSmwj8wRc3U7RGFM4tROrWs/+qJv6O9puXKoCCiniWlDQeWnCFXG8RJBrD48Hoqqoojso6rg31bTXA==,s76hIKNUacTPo8JqYx+7NA==,,,,,,,,,,,,,,,,,,,1736100072082,,
|
||||
|
Reference in New Issue
Block a user