Skip to content

Commit

Permalink
Update ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvarko committed Aug 18, 2023
1 parent 74de26c commit 5108dc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ from: node:16-alpine
docker:
WORKDIR: /app
ENTRYPOINT: ["yarn", "dev"]
ENV:
VITE_ENVIRONMENT=development
VITE_PORT=8095
VITE_API_URL='http://localhost:8000/_/api/'
VITE_APP_NAME='DLSL'
git:
- add: /
to: /app
Expand Down

0 comments on commit 5108dc5

Please sign in to comment.