Fix path in production-app-platform example

This commit is contained in:
Masen Furer 2024-11-12 09:56:58 -08:00
parent 26db9e51e1
commit 8103327bab
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -25,7 +25,7 @@
# Stage 1: init
FROM python:3.11 as init
ARG uv=/root/.cargo/bin/uv
ARG uv=/root/.local/bin/uv
# Install `uv` for faster package boostrapping
ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh