🔥 Remove logic for development dependencies and Jupyter, it was never documented, and I no longer use that trick (#1355)

This commit is contained in:
Sebastián Ramírez
2024-09-23 13:39:54 +02:00
committed by GitHub
parent 7ed8694643
commit c8104d8ced
3 changed files with 1 additions and 10 deletions

View File

@@ -46,8 +46,6 @@ services:
image: '${DOCKER_IMAGE_BACKEND?Variable not set}:${TAG-latest}'
build:
context: ./backend
args:
INSTALL_DEV: ${INSTALL_DEV-false}
networks:
- traefik-public
- default
@@ -118,8 +116,6 @@ services:
build:
context: ./backend
args:
INSTALL_DEV: ${INSTALL_DEV-false}
labels:
- traefik.enable=true
- traefik.docker.network=traefik-public