Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Commit 9239e8c

Browse files
committed
📌 Pin poetry version and change app directory
1 parent 2faac63 commit 9239e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.12-slim-bookworm
22

3-
ENV POETRY_VERSION=1.3.1 \
3+
ENV POETRY_VERSION=1.8.3 \
44
POETRY_HOME="/opt/poetry/home" \
55
POETRY_CACHE_DIR="/opt/poetry/cache" \
66
POETRY_NO_INTERACTION=1 \
@@ -20,7 +20,7 @@ RUN curl -sSL https://install.python-poetry.org | python
2020
RUN poetry config installer.max-workers 10
2121

2222
# Install project dependencies
23-
WORKDIR /scraper
23+
WORKDIR /app
2424
COPY pyproject.toml poetry.lock ./
2525
RUN poetry install --only main --no-interaction --no-ansi -vvv
2626

0 commit comments

Comments
 (0)