Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinguy committed Jul 10, 2024
1 parent ea8569e commit 6342ab5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ RUN apt-get update && apt-get install -y \
RUN git clone -b checkmate3 https://github.com/tcosolutions/checkmate-ce && \
cd /checkmate-ce && \

# Install checkmate
RUN cd /checkmate-ce && python setup.py install

# Clone repositories and set up projects
RUN mkdir -p /srv && \
git clone https://github.com/tcosolutions/betterscan-ce && \
Expand Down

0 comments on commit 6342ab5

Please sign in to comment.