Skip to content

Commit

Permalink
fix(sql-parser): fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 committed Jan 15, 2025
1 parent 46bc9cb commit ceaad9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fbs-sql-checker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN pip install poetry && poetry config virtualenvs.in-project true
WORKDIR "/app"
COPY . .

RUN poetry install --only main --no-dev
RUN poetry install --only main

FROM python:3.11

Expand Down

0 comments on commit ceaad9d

Please sign in to comment.