Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Jan 31, 2024
1 parent ebaa622 commit b1b01f7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 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:16.20.2-alpine
from: node:18-alpine
git:
- add: /
to: /app
Expand All @@ -15,15 +15,10 @@ git:
shell:
install:
- cd /app
#- yarn autoclean --init
#- yarn autoclean --force
- yarn install
setup:
- cd /app
- yarn build
#- sh -c '[ -d /app/dist/files ] && echo "$FILE exist." || mkdir -p /app/dist/files'
#- sh -c '[ -d /app/files ] && echo "$FILE exist." || mkdir -p /app/files'
#- sh -c '[ -z "`ls /app/files`" ] && echo "Empty" || cp -r /app/files/* /app/dist/files'

---
image: web
Expand Down

0 comments on commit b1b01f7

Please sign in to comment.