From 107f2154e5c1086905518af7383a73b420330b36 Mon Sep 17 00:00:00 2001 From: Quentin Roussel Date: Sun, 18 Aug 2024 19:26:03 +0800 Subject: [PATCH] updated output dir for prod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd6956b..1711dc3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ APP_NAME = "sg_rain_radar" -OUTPUT_DIR = $(PWD)/out +OUTPUT_DIR = /var/www/html/other/sg_rain_radar/ build: docker build . -t $(APP_NAME)