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