Allow overriding Docker base image

This commit is contained in:
jocayn
2026-06-13 12:22:13 +08:00
parent 845c3dece3
commit a7d435e59e
2 changed files with 6 additions and 3 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
version: '3'
services:
webssh:
build: .
build:
context: .
args:
PYTHON_IMAGE: ${PYTHON_IMAGE:-python:3.12-slim}
restart: unless-stopped
ports:
- "8888:8888"