mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-20 11:56:48 +02:00
Rename the file to standard
This commit is contained in:
+13
@@ -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
|
||||
Reference in New Issue
Block a user