1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 07:07:26 +00:00

🔧 Remove development dependencies from the backend docker image

This commit is contained in:
Steffo 2021-11-29 17:23:09 +01:00
parent 6d4d5f11c6
commit 22550aa639
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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 . .