🔥 Remove logic for development dependencies and Jupyter, it was never documented, and I no longer use that trick (#1355)
This commit is contained in:

committed by
GitHub

parent
7ed8694643
commit
c8104d8ced
@@ -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
|
||||
|
Reference in New Issue
Block a user