Skip to content
Snippets Groups Projects
Commit 950ceea7 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8437: Fix copying of bashrc.d

parent 2f2545a2
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,8 @@ RUN apt-get update && apt-get install -y git cmake g++ swig python-dev libhdf5-d
#
# entry
#
COPY ["bashrc", "bashrc.d", "${INSTALLDIR}/"]
COPY ["bashrc", "${INSTALLDIR}/"]
COPY ["bashrc.d", "${INSTALLDIR}/bashrc.d/"]
COPY ["chuser.sh", "/usr/local/bin"]
ENTRYPOINT ["/usr/local/bin/chuser.sh"]
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