FIX: Add image info (#479)

This commit is contained in:
Nicolás Hatcher Andrés
2025-10-24 22:11:39 +02:00
committed by GitHub
parent 92527b5e92
commit 371bec2805

View File

@@ -1,10 +1,12 @@
services: services:
server: server:
image: ghcr.io/ironcalc/ironcalc-server:0.6.0
build: build:
context: . context: .
target: server-runtime target: server-runtime
caddy: caddy:
image: ghcr.io/ironcalc/ironcalc-caddy:0.6.0
build: build:
context: . context: .
target: caddy-runtime target: caddy-runtime