Skip to content

Commit

Permalink
docker: fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Jul 4, 2024
1 parent b2777a2 commit 4b3921d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ COPY setup.py .
COPY docker/install.sh .
COPY docker/entry.sh .

USER root

RUN bash install.sh

CMD ["/bin/bash"]
ENTRYPOINT ["/bin/bash", "entry.sh"]
ENTRYPOINT ["/bin/bash", "entry.sh"]

0 comments on commit 4b3921d

Please sign in to comment.