Skip to content

Commit

Permalink
update poetry version and fix breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samonaisi committed Jan 6, 2025
1 parent fd4b517 commit f79f2df
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.13-slim AS builder

ARG EXPORT_FLAG=--dev
ARG EXPORT_FLAG="--with dev"

RUN pip install --upgrade pip poetry
RUN pip install --upgrade pip poetry poetry-plugin-export

COPY pyproject.toml poetry.toml poetry.lock ./

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
build:
context: .
args:
EXPORT_FLAG: --dev
EXPORT_FLAG: --with dev
env_file:
- .env
user: root
Expand Down
Loading

0 comments on commit f79f2df

Please sign in to comment.