mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-05 15:44:14 +02:00
Add entry point to derived image
This commit is contained in:
+7
-1
@@ -8,6 +8,12 @@ RUN mkdir /std_daq_buffer/build && \
|
||||
cmake3 .. -DUSE_EIGER=1 && \
|
||||
make && \
|
||||
# Deploy the test config.
|
||||
cp /std_daq_buffer/docker/example_detector.json .
|
||||
cp /std_daq_buffer/docker/example_detector.json . && \
|
||||
# Deploy the container starter scripts.
|
||||
cp /std_daq_buffer/docker/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh && \
|
||||
cp /std_daq_buffer/docker/redis_status.sh /usr/bin/redis_status.sh
|
||||
|
||||
WORKDIR /std_daq_buffer/build
|
||||
|
||||
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
|
||||
CMD ["bash"]
|
||||
|
||||
Reference in New Issue
Block a user