dockerfile: remove agola git hook
This commit is contained in:
parent
57446f7dcd
commit
b11f53c6c9
|
@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# copy to agola binaries
|
# 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"]
|
ENTRYPOINT ["/bin/agola"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue