From a1e1b669da85d4b9ea4c7a183468bb053fe19881 Mon Sep 17 00:00:00 2001 From: Mykhailo Velykodnyi Date: Mon, 11 Sep 2023 16:15:06 -0400 Subject: [PATCH] Change versions and nginx.conf --- werf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/werf.yaml b/werf.yaml index f0569f16..a8f00b10 100644 --- a/werf.yaml +++ b/werf.yaml @@ -2,7 +2,7 @@ configVersion: 1 project: "web-client" --- image: builder -from: node:18-alpine3.14 +from: node:18-alpine3.18 git: - add: / to: /app @@ -32,6 +32,6 @@ git: to: /etc/nginx/nginx.conf import: - image: builder - add: /app/dist + add: /app/packages/site/public to: /usr/share/nginx/html after: setup