Skip to content

Commit

Permalink
rename env init to emphasize that it is ldmx specific
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Mar 29, 2024
1 parent a6f7728 commit 7efd397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ RUN update-ca-certificates

# copy environment initialization script into container
# and make sure the default profile will call it as well
COPY ./env-init.sh /etc/
RUN printf "\n. /etc/env-init.sh\n" >> /etc/skel/.profile
COPY ./ldmx-env-init.sh /etc/
RUN printf "\n. /etc/ldmx-env-init.sh\n" >> /etc/skel/.profile

#run environment setup when docker container is launched and decide what to do from there
# will require the environment variable LDMX_BASE defined
Expand Down
File renamed without changes.

0 comments on commit 7efd397

Please sign in to comment.