Skip to content
Snippets Groups Projects
Commit 9b4c7ae6 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

try eic-shell as entrypoint

parent 1149267c
No related branches found
No related tags found
1 merge request!74Fix environment setup for CI usage
This commit is part of merge request !74. Comments created here will be created in the context of that merge request.
...@@ -220,8 +220,8 @@ RUN strip --remove-section=.note.ABI-tag /usr/local/lib/libQt5Core.so ...@@ -220,8 +220,8 @@ RUN strip --remove-section=.note.ABI-tag /usr/local/lib/libQt5Core.so
COPY eic-shell /usr/local/bin/eic-shell COPY eic-shell /usr/local/bin/eic-shell
## make sure we have the entrypoints setup correctly ## make sure we have the entrypoints setup correctly
ENTRYPOINT [] ENTRYPOINT ["eic-shell"]
CMD ["eic-shell"] CMD []
USER 0 USER 0
WORKDIR / WORKDIR /
SHELL ["/usr/local/bin/eic-shell"] SHELL ["/usr/local/bin/eic-shell"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment