Skip to content

Commit

Permalink
Change versions and nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
velykodnyi committed Sep 11, 2023
1 parent 6818751 commit a1e1b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit a1e1b66

Please sign in to comment.