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

get rid of sh -c from CMD

This commit is contained in:
diginc 2016-08-31 16:31:50 -05:00
parent 5c91b6fb7c
commit e58bb2a61e

View File

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