Skip to content

Commit

Permalink
docker/Dockerfile: perform setup (#755)
Browse files Browse the repository at this point in the history
To decrease test timings

Signed-off-by: rkhapov <[email protected]>
Co-authored-by: rkhapov <[email protected]>
  • Loading branch information
rkhapov and rkhapov authored Jan 27, 2025
1 parent 76e75f0 commit 2547ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,6 @@ COPY ./docker/entrypoint.sh /usr/local/bin/entrypoint.sh

RUN chmod a+x /usr/local/bin/entrypoint.sh

RUN /usr/bin/setup

ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -ex
sleep 5
ody-stop

setup
# setup is performed in Dockerfile

# group
/group/test_group.sh
Expand Down

0 comments on commit 2547ca9

Please sign in to comment.