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

attempt to use environment-aware shell for docker

parent fe8e9c27
No related branches found
No related tags found
1 merge request!3v2.0.1
...@@ -32,3 +32,4 @@ ENTRYPOINT [] ...@@ -32,3 +32,4 @@ ENTRYPOINT []
CMD ["bash", "--rcfile", "/etc/profile", "-l"] CMD ["bash", "--rcfile", "/etc/profile", "-l"]
USER 0 USER 0
WORKDIR / WORKDIR /
SHELL ["bash", "--rcfile", "/etc/profile"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment