fix(api): Dockerfile explícito para dist+node_modules; quitar image: para forzar build en Coolify

This commit is contained in:
Lizandro Guarnizo
2026-06-18 23:11:01 -05:00
parent 6aa6897f4d
commit 0ec04560d4
2 changed files with 5 additions and 4 deletions
-2
View File
@@ -2,7 +2,6 @@
services:
api:
image: ghcr.io/lizandrogd/moraworld-imports/api:latest
build:
context: .
dockerfile: apps/api/Dockerfile
@@ -40,7 +39,6 @@ services:
memory: 512M
web:
image: ghcr.io/lizandrogd/moraworld-imports/web:latest
depends_on:
api:
condition: service_healthy