🔥 Remove poetry lock

This commit is contained in:
Brian Wiborg 2025-10-06 21:30:50 +02:00
parent 9ac95af005
commit 3e029e1fb7
No known key found for this signature in database

View file

@ -21,7 +21,6 @@ ENV PATH="$POETRY_HOME/bin:$PATH"
WORKDIR /app
COPY pyproject.toml poetry.lock* /app/
RUN poetry lock
RUN poetry install
COPY . /app