Skip to content

Commit

Permalink
Update nodejs_deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-lozoya authored Apr 10, 2024
1 parent a16e79f commit f085c2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo/apps/nodejs_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
spec:
containers:
- name: express-hello-world
image: ghcr.io/anuraaga/express-hello-world:latest
image: bschmitt769/express-demo-app:0.1
ports:
- containerPort: 3000
env:
- name: NODE_PATH
value: /usr/local/lib/node_modules

0 comments on commit f085c2b

Please sign in to comment.