Commit 2f1a0337 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor change.

parent ff9ceb69
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 data_archiver.py ./
COPY *.py ./

# Install python dependencies
RUN pip install --no-cache-dir pika