Skip to content

Commit

Permalink
Merge pull request #101 from agnelnieves/patch-2
Browse files Browse the repository at this point in the history
Update werf.yaml
  • Loading branch information
FedokDL authored Oct 1, 2024
2 parents 695c1a4 + 30de5af commit 901d4c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 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:22-alpine
from: node:20-alpine
git:
- add: /
to: /app
Expand All @@ -23,7 +23,6 @@ shell:
setup:
- cd /app
- yarn build

---
image: web
from: nginx:alpine
Expand Down

0 comments on commit 901d4c3

Please sign in to comment.