🔥 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

@@ -58,12 +58,9 @@ services:
backend:
restart: "no"
ports:
- "8888:8888"
- "8000:8000"
build:
context: ./backend
args:
INSTALL_DEV: ${INSTALL_DEV-true}
# command: sleep infinity # Infinite loop to keep container alive doing nothing
command:
- fastapi