Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvaandering authored Apr 3, 2024
1 parent ee326b1 commit ce3b742
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/rucio_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ RUN curl -o /etc/ca.crt https://cafiles.cern.ch/cafiles/certificates/CERN%20Root
WORKDIR /root
RUN git clone https://github.com/rucio/rucio.git

COPY docker/rucio-client/scripts /scripts
COPY docker/rucio-client/loadtest /loadtest
COPY docker/rucio_client/scripts /scripts
COPY docker/rucio_client/loadtest /loadtest

ADD docker/rucio-client/rucio-int.cfg /opt/rucio-int/etc/rucio.cfg
ADD docker/rucio-client/rucio-prod.cfg /opt/rucio-prod/etc/rucio.cfg
ADD docker/rucio_client/rucio-int.cfg /opt/rucio-int/etc/rucio.cfg
ADD docker/rucio_client/rucio-prod.cfg /opt/rucio-prod/etc/rucio.cfg

# Pull some useful stuff out of git
WORKDIR /root
Expand Down

0 comments on commit ce3b742

Please sign in to comment.