Skip to content
Snippets Groups Projects
Commit 567f5d48 authored by Ruggero Turra's avatar Ruggero Turra :headphones: Committed by Walter Lampl
Browse files

vscode devcontainer: move motd display to .bashrc intead of entrypoint

parent d53fd328
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ RUN scl enable sclo-git25 'pip install git+https://:@gitlab.cern.ch:8443/atlas/a
# Switch to the ATLAS account.
USER atlas
WORKDIR /home/atlas
RUN echo "cat /etc/motd" >> /home/atlas/.bashrc
# Set up the command to run when starting the image.
CMD cat /etc/motd && /bin/bash
CMD /bin/bash
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