Loading test_client/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
test_client/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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