Moved config file to file with bins

This commit is contained in:
2021-07-07 13:54:30 +02:00
parent 35761daca2
commit d63e8db83e
+1 -4
View File
@@ -8,9 +8,6 @@ RUN mkdir /sf_daq_buffer/build && \
cmake3 .. && \
make && \
# Deploy the test config.
mkdir /config && \
cp /sf_daq_buffer/docker/example_detector.json /config
cp /sf_daq_buffer/docker/example_detector.json .
WORKDIR /sf_daq_buffer/build