Skip to content

Commit e3cb831

Browse files
committed
Add missing run to uv command
1 parent e3854bb commit e3cb831

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.diploi/helm/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
- containerPort: 8000
5454
{{- if eq .Values.stage "development" }}
5555
command: ["/usr/local/bin/nodemon"]
56-
args: ["--delay", "1", "--exec", "uv", "--isolated", "src/main.py"]
56+
args: ["--delay", "1", "--exec", "uv", "run", "--isolated", "src/main.py"]
5757
workingDir: /app/{{ .Values.identifier }}
5858
{{- end }}
5959
env:

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ EXPOSE 8000
3434
ENV PORT=8000
3535
ENV HOST="0.0.0.0"
3636

37-
CMD ["/usr/local/bin/nodemon", "--delay", "1", "--exec", "uv", "--isolated", "src/main.py"]
37+
CMD ["/usr/local/bin/nodemon", "--delay", "1", "--exec", "uv", "run", "--isolated", "src/main.py"]

0 commit comments

Comments
 (0)