We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a447c commit b77d17dCopy full SHA for b77d17d
tools/images/bench/Dockerfile
@@ -18,6 +18,7 @@ RUN groupadd elide \
18
zlib1g \
19
bash
20
21
+COPY entrypoint.sh /bin/entrypoint.sh
22
USER dev
23
24
RUN echo "Setting up Elide..." \
@@ -37,4 +38,4 @@ RUN which elide \
37
38
&& elide info \
39
&& echo "Elide container image ready."
40
-ENTRYPOINT ["bash", "/home/dev/elide/entrypoint.sh"]
41
+ENTRYPOINT ["bash", "/bin/entrypoint.sh"]
0 commit comments