Rename the file to standard

This commit is contained in:
2021-07-21 11:22:26 +02:00
parent 7e16ac744c
commit a28e43fbbf
2 changed files with 1 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
FROM paulscherrerinstitute/std-daq-buffer-base:1.0.3
COPY . /std_daq_buffer/
RUN mkdir /std_daq_buffer/build && \
cd /std_daq_buffer/build && \
# Build the project
cmake3 .. -DUSE_EIGER=1 && \
make && \
# Deploy the test config.
cp /std_daq_buffer/docker/example_detector.json .
WORKDIR /std_daq_buffer/build