Spaces:
Paused
Paused
ci(docker): re-enable default home bin in path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ RUN chown ubuntu /app
|
|
22 |
RUN chmod 755 /app
|
23 |
|
24 |
USER ubuntu
|
25 |
-
|
26 |
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
27 |
|
28 |
COPY --chown=ubuntu . /app
|
|
|
22 |
RUN chmod 755 /app
|
23 |
|
24 |
USER ubuntu
|
25 |
+
ENV PATH="/home/ubuntu/.local/bin:$PATH"
|
26 |
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
27 |
|
28 |
COPY --chown=ubuntu . /app
|