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