ivangabriele commited on
Commit
319c079
·
verified ·
1 Parent(s): fde9c4e

ci(docker): re-enable default home bin in path

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN chown ubuntu /app
22
  RUN chmod 755 /app
23
 
24
  USER ubuntu
25
- # ENV PATH="/home/user/.local/bin:$PATH"
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