dockerfile: remove agola git hook

This commit is contained in:
Simone Rota 2019-06-13 15:30:19 +02:00 committed by Simone Gotti
parent 57446f7dcd
commit b11f53c6c9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# copy to agola binaries
COPY --from=server_builder /agola/bin/agola /agola/bin/agola-toolbox-* /agola/bin/agola-git-hook /bin/
COPY --from=server_builder /agola/bin/agola /agola/bin/agola-toolbox-* /bin/
ENTRYPOINT ["/bin/agola"]