Skip to content
Snippets Groups Projects
Commit 35f6945a authored by Alexander Kutkin's avatar Alexander Kutkin
Browse files

fix dockerfile

parent 6d458773
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ RUN cd /software/makemask && \ ...@@ -145,7 +145,7 @@ RUN cd /software/makemask && \
# Imcal # Imcal
ADD imcal.py /opt/imcal.py ADD imcal.py /opt/imcal.py
ADD imcal.yml /opt/imcal_default.yml ADD imcal.yml /opt/imcal.yml
RUN ln -s /opt/imcal.py /usr/local/bin/imcal.py RUN ln -s /opt/imcal.py /usr/local/bin/imcal.py
#Clean #Clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment