Skip to content

Commit b77d17d

Browse files
committed
fix: entrypoint for bench image
Signed-off-by: GitHub <noreply@github.com>
1 parent a3a447c commit b77d17d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/images/bench/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN groupadd elide \
1818
zlib1g \
1919
bash
2020

21+
COPY entrypoint.sh /bin/entrypoint.sh
2122
USER dev
2223

2324
RUN echo "Setting up Elide..." \
@@ -37,4 +38,4 @@ RUN which elide \
3738
&& elide info \
3839
&& echo "Elide container image ready."
3940

40-
ENTRYPOINT ["bash", "/home/dev/elide/entrypoint.sh"]
41+
ENTRYPOINT ["bash", "/bin/entrypoint.sh"]

0 commit comments

Comments
 (0)