From b6416f13d05eb00ed7defd089118b46eec74cfa4 Mon Sep 17 00:00:00 2001 From: Aurthur Musendame Date: Sat, 14 Sep 2024 16:07:43 +0200 Subject: [PATCH] updated notes --- notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes.txt b/notes.txt index fd719952..a38bd78f 100644 --- a/notes.txt +++ b/notes.txt @@ -13,7 +13,7 @@ docker push amusendame/felicity-lims:api-0.1.1 docker scout quickview // Build nginx static -export $(grep -v '^#' .env | xargs) && sudo docker build -f Dockerfile.prod --target nginx-static -t amusendame/felicity-static-caddy:0.1.1 . +export $(grep -v '^#' .env | xargs) && sudo docker build -f Dockerfile.prod --target nginx-static -t amusendame/felicity-static-nginx:0.1.1 . docker push amusendame/felicity-static-nginx:0.1.1 // Build caddy static