Skip to content

Commit

Permalink
use dev script for running dashboards for now
Browse files Browse the repository at this point in the history
  • Loading branch information
n1koo committed Nov 1, 2024
1 parent 8e75ceb commit 92ed57f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
containers:
- name: dashboards
image: "opencrvs/ocrvs-dashboards:{{ .Values.image.tag }}"
command: ["/bin/sh", "/run.sh"] # FIXME: make generic and provide run-dev.sh as args, not overwriting entrypoint
command: ["/bin/sh", "/run-dev.sh"] # FIXME: make generic and provide run-dev.sh as args, not overwriting entrypoint
restartPolicy: Always

0 comments on commit 92ed57f

Please sign in to comment.