Skip to content
Snippets Groups Projects
Commit ceef0936 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

SSB-47: add entrypoint for docker image to source lofar code

parent 89a3afaf
No related branches found
No related tags found
1 merge request!44Merge back holography to master
......@@ -11,3 +11,4 @@ RUN mkdir -p /root/src/build/gnucxx11_debug
WORKDIR /root/src/build/gnucxx11_debug
RUN cmake ../../ -DUSE_LOG4CPLUS=OFF -DBUILD_PACKAGES=CAL -DCMAKE_INSTALL_PREFIX=/opt/lofar
RUN make install
COPY ./entrypoint.sh /root/entrypoint.sh
#!/usr/bin/env bash
source /opt/lofar/lofarinit.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment