Skip to content

Commit

Permalink
Merge pull request #3 from Gepetto/docker
Browse files Browse the repository at this point in the history
docker: fix warnings
  • Loading branch information
nim65s authored Jan 8, 2025
2 parents cd2b27a + 84168d5 commit 1890074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM python:3.12
RUN useradd -m user
USER user
WORKDIR /home/user/tp
ENV PATH /home/user/.local/bin:$PATH
CMD jupyter lab --no-browser --ip='*'
ENV PATH=/home/user/.local/bin:$PATH
CMD ["jupyter", "lab", "--no-browser", "--ip='*'"]

ADD --chown=user . .
RUN git remote set-url origin https://github.com/gepetto/supaero2024
Expand Down

0 comments on commit 1890074

Please sign in to comment.