1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-20 06:26:38 +02:00

take path off bash

This commit is contained in:
diginc 2016-08-30 20:58:09 -05:00
parent 0204786139
commit 5c91b6fb7c

View File

@ -58,7 +58,7 @@ COPY ./debian-armhf/start.sh /
EXPOSE 53 53/udp
EXPOSE 80
ENTRYPOINT ["/bash", "-c"]
ENTRYPOINT ["bash", "-c"]
CMD /start.sh
RUN [ "cross-build-end" ]