Skip to content

Commit

Permalink
Use npx (#3840)
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd authored Feb 21, 2024
1 parent 116f8b7 commit acdb302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/deployments/connectors-edge-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: web
image: gcr.io/or1g1n-186209/connectors-image:latest
command: ["sh", "-c", "tsx ./src/start_server.ts -p 3002"]
command: ["sh", "-c", "npx tsx ./src/start_server.ts -p 3002"]
imagePullPolicy: Always
ports:
- containerPort: 3002
Expand Down

0 comments on commit acdb302

Please sign in to comment.