Skip to content

Commit

Permalink
Dockerfile: add generate_version_file command (bug 1938436)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeid committed Jan 30, 2025
1 parent 26cf188 commit 96fc4cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ ENV PATH="/root/.cargo/bin:${PATH}"

RUN pip install -r /code/requirements.txt
RUN pip install -e /code
USER app

WORKDIR /code
RUN lando generate_version_file

USER app

CMD ["bash"]

0 comments on commit 96fc4cd

Please sign in to comment.