Commit 03eefc10 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor changes.

parent 223588cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ USER test_client
WORKDIR /home/test_client/

# Copy the source code of the test client app
COPY test_client.py ./
COPY test_client.py data_archiver.py ./

# Install python dependencies
RUN pip install --no-cache-dir pika
+1 −1
Original line number Diff line number Diff line
# TODO:
# - inteface with the file catalog (insert)
# - interface with the file catalog (insert)
# - data and permissions cleanup
#

+2 −2

File changed.

Contains only whitespace changes.