Build frontend during docker build (#894)

Co-authored-by: Jamie Scott <jamie@jami.org.uk>
This commit is contained in:
cmcooper1980
2025-12-08 22:40:03 -06:00
committed by GitHub
parent e31f766516
commit c3eb1f0024
3 changed files with 20 additions and 6 deletions

View File

@@ -1,6 +1,9 @@
services:
dockge:
image: louislam/dockge:1
build:
context: .
dockerfile: docker/Dockerfile
restart: unless-stopped
ports:
# Host Port : Container Port