disable Git hook inside docker container

This commit is contained in:
HTWKalender Team
2024-07-16 14:55:22 -04:00
parent 1dace08128
commit 8e039c4ecb
2 changed files with 9 additions and 6 deletions

View File

@ -10,11 +10,11 @@ RUN apt-get update
#apt-get install -y git && \
#git clone https://github.com/openHPI/poseidon.git .
COPY . .
# Install make (required for building)
RUN apt-get install -y make
COPY . .
# Install required project libraries
RUN make bootstrap