From cbb5ecce6313633c8e1295f50f9873093b434130 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 3 Mar 2024 22:12:52 +0000 Subject: [PATCH] Update docker-compose.production.yml --- docker-compose.production.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index e683593..e75944e 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -1,5 +1,8 @@ -version: '3.9' +version: '3.8' + services: resume: - image: git.nixc.us/colin/resume - build: . \ No newline at end of file + build: + context: ./docker/resume/ + dockerfile: Dockerfile + image: git.nixc.us/colin/resume:production \ No newline at end of file