Public Access
1
0

refactor: optimize Dockerfile for multi-platform builds and add healthcheck script

This commit is contained in:
2025-08-23 18:11:39 -04:00
parent a54d6e445f
commit a100ea3159
4 changed files with 66 additions and 23 deletions

View File

@@ -8,6 +8,7 @@ services:
build:
context: .
target: production # Use the 'production' stage from the Dockerfile
platform: linux/arm64
container_name: eleventy_prod
ports:
- 3000:3000