Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Nov 3, 2023
1 parent bde0d58 commit f87f905
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ RUN apt-get install motion -y
# Clone project in the container
RUN git clone https://github.com/lbr38/motion-ui.git /tmp/motionui
# For tests only
RUN if [ "$env" = "devel" ]; then \
cd /tmp/motionui && git checkout devel; \
fi
# RUN if [ "$env" = "devel" ]; then \
# cd /tmp/motionui && git checkout devel; \
# fi
RUN cd /tmp/motionui && git checkout devel

# SERVICES CONFIG

Expand Down

0 comments on commit f87f905

Please sign in to comment.