compose
This commit is contained in:
@@ -18,4 +18,11 @@ services:
|
||||
- "2093:2093"
|
||||
command: >
|
||||
/bin/bash -lc "apt-get update -qq && apt-get install -y --no-install-recommends python3-pip && pip3 install --quiet --no-cache-dir opencv-python-headless numpy && npm ci || npm install && node server/server.js"
|
||||
networks:
|
||||
- approbots
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
approbots:
|
||||
external: true
|
||||
name: approbots
|
||||
|
||||
Reference in New Issue
Block a user