From b93b8564dec182b849ca6c378a2b08c40f4d5b38 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 31 Mar 2025 09:41:26 -0400 Subject: [PATCH] Update Dockerfile.production with multi-stage build and security hardening --- docker-compose.production.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index e75944e..2f53836 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -1,8 +1,6 @@ -version: '3.8' - services: resume: build: context: ./docker/resume/ - dockerfile: Dockerfile + dockerfile: Dockerfile.production image: git.nixc.us/colin/resume:production \ No newline at end of file