Skip to content

Commit

Permalink
replace USER_ID by USER
Browse files Browse the repository at this point in the history
  • Loading branch information
iFrostizz committed Aug 1, 2023
1 parent 26f4cf2 commit b854710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ USER ${USER}:${GROUP}
RUN mkdir /home/${USER}/workspace
WORKDIR /home/${USER}/workspace

ENV PATH=/home/${USER}/.cargo/bin:/home/${USER_ID}/.local/bin:${PATH}
ENV PATH=/home/${USER}/.cargo/bin:/home/${USER}/.local/bin:${PATH}

RUN curl -sSL https://install.python-poetry.org | python3 - \
&& poetry --version
Expand Down

0 comments on commit b854710

Please sign in to comment.