mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🔧 Remove development dependencies from the backend docker image
This commit is contained in:
parent
6d4d5f11c6
commit
22550aa639
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COPY pyproject.toml ./pyproject.toml
|
|||
COPY poetry.lock ./poetry.lock
|
||||
|
||||
# Install the dependencies using Poetry
|
||||
RUN poetry install --no-root
|
||||
RUN poetry install --no-root --no-dev
|
||||
|
||||
# Copy the rest of the project into the container
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in a new issue