tried to fix build error

This commit is contained in:
RubenRWU
2026-04-07 17:33:29 +02:00
parent 1692f31f51
commit 12e147c33b

View File

@@ -5,10 +5,9 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: mitarbeiterpuls-landingpage
ports:
- "8080:80"
restart: unless-stopped restart: unless-stopped
expose:
- "80"
healthcheck: healthcheck:
test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1/health"] test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1/health"]
interval: 30s interval: 30s