diff --git a/containers/jug/Dockerfile.dev b/containers/jug/Dockerfile.dev index 3d4d1d823289495820fca1f8678eaa8a3279fa14..50f298821f0589949b2e846f2367ba49fd8e2815 100644 --- a/containers/jug/Dockerfile.dev +++ b/containers/jug/Dockerfile.dev @@ -220,8 +220,8 @@ RUN strip --remove-section=.note.ABI-tag /usr/local/lib/libQt5Core.so COPY eic-shell /usr/local/bin/eic-shell ## make sure we have the entrypoints setup correctly -ENTRYPOINT [] -CMD ["eic-shell"] +ENTRYPOINT ["eic-shell"] +CMD [] USER 0 WORKDIR / SHELL ["/usr/local/bin/eic-shell"]