disable Git hook inside docker container
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user